diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-05-17 09:45:18 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-05-17 18:00:17 -0400 |
| commit | a3b0c242b00e9bb25a15b3c50e3d884ec1a15100 (patch) | |
| tree | 5ed6e571902f93da4eee3c67652f6360b9274e05 /src/Type.zig | |
| parent | 58d2bd601e3b25e818d6bca2b3267052a12f9917 (diff) | |
| download | zig-a3b0c242b00e9bb25a15b3c50e3d884ec1a15100.tar.gz zig-a3b0c242b00e9bb25a15b3c50e3d884ec1a15100.zip | |
x86_64: rewrite `@splat`
Diffstat (limited to 'src/Type.zig')
| -rw-r--r-- | src/Type.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Type.zig b/src/Type.zig index 9e21b1b0a2..ba64fb633a 100644 --- a/src/Type.zig +++ b/src/Type.zig @@ -4119,6 +4119,7 @@ pub const vector_2_i64: Type = .{ .ip_index = .vector_2_i64_type }; pub const vector_4_i64: Type = .{ .ip_index = .vector_4_i64_type }; pub const vector_2_u64: Type = .{ .ip_index = .vector_2_u64_type }; pub const vector_4_u64: Type = .{ .ip_index = .vector_4_u64_type }; +pub const vector_2_u128: Type = .{ .ip_index = .vector_2_u128_type }; pub const vector_4_f16: Type = .{ .ip_index = .vector_4_f16_type }; pub const vector_8_f16: Type = .{ .ip_index = .vector_8_f16_type }; pub const vector_2_f32: Type = .{ .ip_index = .vector_2_f32_type }; |
