We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c3b8e + 9926218 commit 93ee641Copy full SHA for 93ee641
crates/core_simd/src/lib.rs
@@ -1,7 +1,6 @@
1
#![no_std]
2
#![allow(incomplete_features)]
3
#![feature(repr_simd, platform_intrinsics, simd_ffi, const_generics)]
4
-#![feature(extended_key_value_attributes)]
5
#![warn(missing_docs)]
6
//! Portable SIMD module.
7
0 commit comments