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.
1 parent bc38af8 commit 1a8866dCopy full SHA for 1a8866d
portable-simd/crates/std_float/src/lib.rs
@@ -1,9 +1,5 @@
1
#![cfg_attr(feature = "as_crate", no_std)] // We are std!
2
-#![cfg_attr(
3
- feature = "as_crate",
4
- feature(platform_intrinsics),
5
- feature(portable_simd)
6
-)]
+#![cfg_attr(feature = "as_crate", feature(platform_intrinsics), feature(portable_simd))]
7
#[cfg(not(feature = "as_crate"))]
8
use core::simd;
9
#[cfg(feature = "as_crate")]
0 commit comments