diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-29 23:55:55 -0500 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-31 23:00:34 -0500 |
| commit | b9531f5de6a36d016a551be68080a314b90eb154 (patch) | |
| tree | 127fb77990d6f2f7609b723ffa9470c0ab9c8106 /src/Sema.zig | |
| parent | afa74c6b213efb1ff85b86ce4a9edd5cc03e5a9b (diff) | |
| download | zig-b9531f5de6a36d016a551be68080a314b90eb154.tar.gz zig-b9531f5de6a36d016a551be68080a314b90eb154.zip | |
x86_64: rewrite float vector conversions
Diffstat (limited to 'src/Sema.zig')
| -rw-r--r-- | src/Sema.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sema.zig b/src/Sema.zig index 4a11dd4544..8c7962fbde 100644 --- a/src/Sema.zig +++ b/src/Sema.zig @@ -36733,6 +36733,7 @@ pub fn typeHasOnePossibleValue(sema: *Sema, ty: Type) CompileError!?Value { .vector_4_u64_type, .vector_4_f16_type, .vector_8_f16_type, + .vector_2_f32_type, .vector_4_f32_type, .vector_8_f32_type, .vector_2_f64_type, |
