We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feature = "force-soft-floats"
1 parent 2807bff commit ed6b058Copy full SHA for ed6b058
compiler-builtins/libm/src/math/arch/i686.rs
@@ -1,7 +1,5 @@
1
//! Architecture-specific support for x86-32 and x86-64 with SSE2
2
3
-#![cfg(not(feature = "force-soft-floats"))]
4
-
5
#[cfg(target_arch = "x86")]
6
use core::arch::x86::*;
7
#[cfg(target_arch = "x86_64")]
0 commit comments