about summary refs log tree commit diff
path: root/tests/assembly/simd
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2025-02-08 18:56:57 -0800
committerJubilee Young <workingjubilee@gmail.com>2025-02-08 19:02:32 -0800
commitee111b24e35c32b251a0879e590af3da8d5015b0 (patch)
tree4fcaf9d26cc1c92ea7ea8dfefd2b632c5a44a532 /tests/assembly/simd
parentb3464fa65ff4486b20589e0e7486657ba0ea533d (diff)
downloadrust-ee111b24e35c32b251a0879e590af3da8d5015b0.tar.gz
rust-ee111b24e35c32b251a0879e590af3da8d5015b0.zip
tests/assembly: use -Copt-level=3 instead of -O
Diffstat (limited to 'tests/assembly/simd')
-rw-r--r--tests/assembly/simd/reduce-fadd-unordered.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/assembly/simd/reduce-fadd-unordered.rs b/tests/assembly/simd/reduce-fadd-unordered.rs
index ade60ba184c..e872826f6ef 100644
--- a/tests/assembly/simd/reduce-fadd-unordered.rs
+++ b/tests/assembly/simd/reduce-fadd-unordered.rs
@@ -1,6 +1,7 @@
 //@ revisions: x86_64 aarch64
 //@ assembly-output: emit-asm
-//@ compile-flags: --crate-type=lib -O
+//@ compile-flags: --crate-type=lib -Copt-level=3
+
 //@[aarch64] only-aarch64
 //@[x86_64] only-x86_64
 //@[x86_64] compile-flags: -Ctarget-feature=+sse3