Skip to content

Commit 2f7ba21

Browse files
JamesbarfordAmanieu
authored andcommitted
armV7 does not need faminmax flag
1 parent 359215a commit 2f7ba21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/intrinsic-test/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ fn compile_c(
241241
"-march=armv8.6-a+crypto+crc+dotprod+fp16"
242242
} else {
243243
"-march=armv8.6-a+crypto+sha3+crc+dotprod+fp16+faminmax"
244-
} else {
245244
};
246245

247246
let intrinsic_name = &intrinsic.name;

0 commit comments

Comments
 (0)