Skip to content

Commit

Permalink
flambda-backend: Tag unboxed-primitive-args as flambda-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Nov 2, 2023
1 parent 30176d1 commit 3e11200
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions testsuite/tests/unboxed-primitive-args/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
readonly_files = "common.mli common.ml test_common.c test_common.h"
* setup-ocamlopt.opt-build-env
** ocaml
* flambda2
** setup-ocamlopt.opt-build-env
*** ocaml
test_file = "${test_source_directory}/gen_test.ml"
ocaml_script_as_argument = "true"
arguments = "c"
compiler_output = "stubs.c"
*** ocaml
**** ocaml
arguments = "ml"
compiler_output = "main.ml"
**** ocamlopt.opt
***** ocamlopt.opt
ocamlopt_flags = "-extension simd -cc '${cc} -msse4.2'"
all_modules = "test_common.c stubs.c common.mli common.ml test0.ml test1.ml main.ml"
***** run
****** check-program-output
****** run
******* check-program-output
*)
(* We use flambda2 above as a proxy to indicate SIMD is supported *)

0 comments on commit 3e11200

Please sign in to comment.