Skip to content

Commit 9f8e3d9

Browse files
committed
Enable SIMD tests only if amd64
1 parent f8ade60 commit 9f8e3d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/simd/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
(rule
3131
(alias runtest)
3232
(enabled_if
33-
(= %{context_name} "main"))
33+
(and (= %{context_name} "main")
34+
(= %{architecture} amd64)))
3435
(action
3536
(progn
3637
(diff empty.expected basic.out))))

0 commit comments

Comments
 (0)