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 43ca9d1 commit 5932b2fCopy full SHA for 5932b2f
tests/assembly/x86_64-windows-float-abi.rs
@@ -1,11 +1,17 @@
1
//@ assembly-output: emit-asm
2
-//@ compile-flags: -O
3
-//@ only-windows
4
-//@ only-x86_64
+//@ compile-flags: -Copt-level=3
+//@ compile-flags: --target x86_64-pc-windows-msvc
+//@ needs-llvm-components: x86
5
+//@ add-core-stubs
6
7
#![feature(f16, f128)]
8
+#![feature(no_core)]
9
+#![no_core]
10
#![crate_type = "lib"]
11
12
+extern crate minicore;
13
+use minicore::*;
14
+
15
// CHECK-LABEL: second_f16
16
// CHECK: movaps %xmm1, %xmm0
17
// CHECK-NEXT: retq
0 commit comments