File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
testsuite/tests/unboxed-primitive-args Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type native_repr =
14
14
| Unboxed_vector of boxed_vector
15
15
16
16
(* Generate primitives with up to this number of arguments *)
17
- let test_all_combination_up_to_n_args = 6
17
+ let test_all_combination_up_to_n_args = 5
18
18
19
19
(* Generate primitives using all combination of these argument
20
20
representations. No need to test all combination of other
Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ compiler_output = "stubs.c"
11
11
*** ocaml
12
12
arguments = "ml"
13
13
compiler_output = "main.ml"
14
- **** script
15
- script = "${cc} -msse4.2 -c test_common.c -I ../../../../../../../../runtime"
16
- ***** script
17
- script = "${cc} -msse4.2 -c stubs.c -I ../../../../../../../../runtime"
18
- ****** ocamlopt.opt
19
- ocamlopt_flags = "-extension simd"
20
- all_modules = "test_common.o stubs.o common.mli common.ml main.ml"
21
- ******* run
22
- ******** check-program-output
14
+ **** ocamlopt.opt
15
+ ocamlopt_flags = "-extension simd -cc '${cc} -msse4.2'"
16
+ all_modules = "test_common.c stubs.c common.mli common.ml main.ml"
17
+ ***** run
18
+ ****** check-program-output
23
19
24
20
*)
You can’t perform that action at this time.
0 commit comments