aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/simd.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/simd.zig b/lib/std/simd.zig
index a7ce0ab3fd..a30622aef6 100644
--- a/lib/std/simd.zig
+++ b/lib/std/simd.zig
@@ -160,7 +160,6 @@ 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 };