Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 59fc5ba

Browse files
committed
Remove an unused feature = "force-soft-floats" gate
1 parent 59485a3 commit 59fc5ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)