Skip to content

Commit ed6b058

Browse files
committed
Remove an unused feature = "force-soft-floats" gate
1 parent 2807bff commit ed6b058

File tree

1 file changed

+0
-2
lines changed
  • compiler-builtins/libm/src/math/arch

1 file changed

+0
-2
lines changed

compiler-builtins/libm/src/math/arch/i686.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Architecture-specific support for x86-32 and x86-64 with SSE2
22
3-
#![cfg(not(feature = "force-soft-floats"))]
4-
53
#[cfg(target_arch = "x86")]
64
use core::arch::x86::*;
75
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)