Remove an unused feature = "force-soft-floats" gate

This commit is contained in:
Trevor Gross 2025-01-06 22:52:01 +00:00 committed by Trevor Gross
parent ac9fec04ef
commit b5a217b11c

View file

@ -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")]