Skip to content

Commit 5ece6ac

Browse files
JamesbarfordAmanieu
authored andcommitted
armV7 does not need faminmax flag
1 parent 24555b5 commit 5ece6ac

File tree

1 file changed

+0
-1
lines changed
  • library/stdarch/crates/intrinsic-test/src

1 file changed

+0
-1
lines changed

library/stdarch/crates/intrinsic-test/src/main.rs

Lines changed: 0 additions & 1 deletion
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)