diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-03-11 18:24:37 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-03-21 21:51:08 -0400 |
| commit | c5c1c8538dc047bc7df9acd685791c4ba3e20ffb (patch) | |
| tree | ca21b8d0f19c2b3e2a5d73d1659b495e2e2a6b4c /src/Sema.zig | |
| parent | ed284c1f98ae08a36a7ef0776e22a4cfb2527fee (diff) | |
| download | zig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.tar.gz zig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.zip | |
x86_64: rewrite wrapping multiplication
Diffstat (limited to 'src/Sema.zig')
| -rw-r--r-- | src/Sema.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Sema.zig b/src/Sema.zig index 99e23e6f5a..2a914adcb5 100644 --- a/src/Sema.zig +++ b/src/Sema.zig @@ -36377,6 +36377,10 @@ pub fn typeHasOnePossibleValue(sema: *Sema, ty: Type) CompileError!?Value { .slice_const_u8_sentinel_0_type, .vector_16_i8_type, .vector_32_i8_type, + .vector_1_u8_type, + .vector_2_u8_type, + .vector_4_u8_type, + .vector_8_u8_type, .vector_16_u8_type, .vector_32_u8_type, .vector_8_i16_type, |
