We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a9b9e commit 697c81bCopy full SHA for 697c81b
tests/assembly/x86_64-windows-float-abi.rs
@@ -37,7 +37,7 @@ pub extern "C" fn second_f64(_: f64, x: f64) -> f64 {
37
}
38
39
// CHECK-LABEL: second_f128
40
-// CHECK: movaps %xmm1, %xmm0
+// CHECK: movaps {{(%xmm1|\(%rdx\))}}, %xmm0
41
// CHECK-NEXT: retq
42
#[no_mangle]
43
pub extern "C" fn second_f128(_: f128, x: f128) -> f128 {
0 commit comments