We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301b3e0 commit 82f60b8Copy full SHA for 82f60b8
crates/intrinsic-test/src/x86/compile.rs
@@ -6,7 +6,7 @@ pub fn build_cpp_compilation(config: &ProcessedCli) -> Option<CppCompilation> {
6
7
// -ffp-contract=off emulates Rust's approach of not fusing separate mul-add operations
8
let mut command = CompilationCommandBuilder::new()
9
- .add_arch_flags(vec![
+ .add_arch_flags([
10
"avx",
11
"avx2",
12
"avx512f",
0 commit comments