Remove an unused feature = "force-soft-floats" gate
This commit is contained in:
parent
ac9fec04ef
commit
b5a217b11c
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
//! Architecture-specific support for x86-32 and x86-64 with SSE2
|
||||
|
||||
#![cfg(not(feature = "force-soft-floats"))]
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
use core::arch::x86::*;
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue