Skip to content

Commit 80a998d

Browse files
committed
Fix duplicate floatdisf symbol on Windows MSVC
1 parent 752e35a commit 80a998d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/float/conv.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ intrinsics! {
8383
#[use_c_shim_if(any(
8484
all(target_arch = "x86", not(target_env = "msvc")),
8585
all(target_arch = "x86_64", not(windows)),
86+
all(target_arch = "x86_64", target_env = "msvc"),
8687
))]
8788
#[arm_aeabi_alias = __aeabi_l2f]
8889
pub extern "C" fn __floatdisf(i: i64) -> f32 {

0 commit comments

Comments
 (0)