aboutsummaryrefslogtreecommitdiff
path: root/src/Air.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Air.zig')
-rw-r--r--src/Air.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Air.zig b/src/Air.zig
index f6ca6edb03..22727adbd9 100644
--- a/src/Air.zig
+++ b/src/Air.zig
@@ -1001,6 +1001,7 @@ pub const Inst = struct {
vector_4_u64_type = @intFromEnum(InternPool.Index.vector_4_u64_type),
vector_4_f16_type = @intFromEnum(InternPool.Index.vector_4_f16_type),
vector_8_f16_type = @intFromEnum(InternPool.Index.vector_8_f16_type),
+ vector_2_f32_type = @intFromEnum(InternPool.Index.vector_2_f32_type),
vector_4_f32_type = @intFromEnum(InternPool.Index.vector_4_f32_type),
vector_8_f32_type = @intFromEnum(InternPool.Index.vector_8_f32_type),
vector_2_f64_type = @intFromEnum(InternPool.Index.vector_2_f64_type),