We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff8f0b commit 302689fCopy full SHA for 302689f
src/test/assembly/x86_64-floating-point-clamp.rs
@@ -16,7 +16,7 @@ pub fn clamp_demo(a: f32, x: f32, y: f32) -> f32 {
16
// CHECK-LABEL: clamp12_demo:
17
#[no_mangle]
18
pub fn clamp12_demo(a: f32) -> f32 {
19
- // CHECK-NEXT: movss xmm1
+ // CHECK: movss xmm1
20
// CHECK-NEXT: maxss xmm1, xmm0
21
// CHECK-NEXT: movss xmm0
22
// CHECK-NEXT: minss xmm0, xmm1
0 commit comments