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 752e35a commit 80a998dCopy full SHA for 80a998d
src/float/conv.rs
@@ -83,6 +83,7 @@ intrinsics! {
83
#[use_c_shim_if(any(
84
all(target_arch = "x86", not(target_env = "msvc")),
85
all(target_arch = "x86_64", not(windows)),
86
+ all(target_arch = "x86_64", target_env = "msvc"),
87
))]
88
#[arm_aeabi_alias = __aeabi_l2f]
89
pub extern "C" fn __floatdisf(i: i64) -> f32 {
0 commit comments