diff options
Diffstat (limited to 'lib/std/simd.zig')
| -rw-r--r-- | lib/std/simd.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/simd.zig b/lib/std/simd.zig index a30622aef6..a7ce0ab3fd 100644 --- a/lib/std/simd.zig +++ b/lib/std/simd.zig @@ -160,6 +160,7 @@ pub fn extract( } test "vector patterns" { + if (@import("builtin").zig_backend != .stage1) return error.SkipZigTest; const base = @Vector(4, u32){ 10, 20, 30, 40 }; const other_base = @Vector(4, u32){ 55, 66, 77, 88 }; |
