]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/lib.rs
Update stdsimd submodule
[rust.git] / src / libcore / lib.rs
index 19bf4ab15bfc4e42ea76df6d40f65970b8e461da..b2cafc4cede2e60d00a25ff272ee4c153bf7cd7d 100644 (file)
 #![feature(reverse_bits)]
 #![feature(non_exhaustive)]
 #![feature(structural_match)]
+#![feature(abi_unadjusted)]
+#![cfg_attr(not(stage0), feature(adx_target_feature))]
 
 #[prelude_import]
 #[allow(unused)]