aboutsummaryrefslogtreecommitdiff
path: root/src/Sema.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2025-05-27 19:06:50 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2025-05-28 15:10:22 -0400
commit8bacf3e75703b312c345a79e9bd995d186d63b7d (patch)
treed7aea9c62cde920ee4f243ed3132fba179c4ab04 /src/Sema.zig
parent3fd3358f37668e54d214aec57033861ea17fd76d (diff)
downloadzig-8bacf3e75703b312c345a79e9bd995d186d63b7d.tar.gz
zig-8bacf3e75703b312c345a79e9bd995d186d63b7d.zip
x86_64: implement integer `@reduce(.Max)`
Diffstat (limited to 'src/Sema.zig')
-rw-r--r--src/Sema.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sema.zig b/src/Sema.zig
index 95f968a346..967fa3a23e 100644
--- a/src/Sema.zig
+++ b/src/Sema.zig
@@ -36562,6 +36562,7 @@ pub fn typeHasOnePossibleValue(sema: *Sema, ty: Type) CompileError!?Value {
.vector_8_u16_type,
.vector_16_u16_type,
.vector_32_u16_type,
+ .vector_2_i32_type,
.vector_4_i32_type,
.vector_8_i32_type,
.vector_16_i32_type,