Skip to content

Commit a06899c

Browse files
Rollup merge of rust-lang#48887 - alexcrichton:update-stdsimd, r=kennytm
Update stdsimd module Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
2 parents ffaaa4e + f2a8556 commit a06899c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libcore/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
#![feature(concat_idents)]
7575
#![feature(const_fn)]
7676
#![feature(custom_attribute)]
77+
#![feature(doc_cfg)]
7778
#![feature(doc_spotlight)]
79+
#![feature(fn_must_use)]
7880
#![feature(fundamental)]
7981
#![feature(i128_type)]
8082
#![feature(inclusive_range_syntax)]

src/stdsimd

0 commit comments

Comments
 (0)