Skip to content

Commit

Permalink
Enable SIMD tests only if amd64
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f8e3d9)
(cherry picked from commit 93cf7a4)
  • Loading branch information
anmolsahoo25 authored and mshinwell committed Apr 15, 2024
1 parent 5280a63 commit a8daa4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/simd/dune
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
(rule
(alias runtest)
(enabled_if
(= %{context_name} "main"))
(and (= %{context_name} "main")
(= %{architecture} amd64)))
(action
(progn
(diff empty.expected basic.out)
Expand Down

0 comments on commit a8daa4a

Please sign in to comment.