Skip to content

Commit f2a8556

Browse files
committed
Update stdsimd module
Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
1 parent fedce67 commit f2a8556

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)