Skip to content

Commit 3e11200

Browse files
committed
flambda-backend: Tag unboxed-primitive-args as flambda-only.
1 parent 30176d1 commit 3e11200

File tree

1 file changed

+8
-6
lines changed
  • testsuite/tests/unboxed-primitive-args

1 file changed

+8
-6
lines changed

testsuite/tests/unboxed-primitive-args/test.ml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
33
readonly_files = "common.mli common.ml test_common.c test_common.h"
44
5-
* setup-ocamlopt.opt-build-env
6-
** ocaml
5+
* flambda2
6+
** setup-ocamlopt.opt-build-env
7+
*** ocaml
78
test_file = "${test_source_directory}/gen_test.ml"
89
ocaml_script_as_argument = "true"
910
arguments = "c"
1011
compiler_output = "stubs.c"
11-
*** ocaml
12+
**** ocaml
1213
arguments = "ml"
1314
compiler_output = "main.ml"
14-
**** ocamlopt.opt
15+
***** ocamlopt.opt
1516
ocamlopt_flags = "-extension simd -cc '${cc} -msse4.2'"
1617
all_modules = "test_common.c stubs.c common.mli common.ml test0.ml test1.ml main.ml"
17-
***** run
18-
****** check-program-output
18+
****** run
19+
******* check-program-output
1920
2021
*)
22+
(* We use flambda2 above as a proxy to indicate SIMD is supported *)

0 commit comments

Comments
 (0)