Skip to content

Commit

Permalink
Update stdsimd module
Browse files Browse the repository at this point in the history
Pulls in a redesigned `std::simd` module as well as a replacement for the
`is_target_feature_detected!` macro
  • Loading branch information
alexcrichton committed Mar 11, 2018
1 parent fedce67 commit f2a8556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/libcore/lib.rs
Expand Up @@ -74,7 +74,9 @@
#![feature(concat_idents)]
#![feature(const_fn)]
#![feature(custom_attribute)]
#![feature(doc_cfg)]
#![feature(doc_spotlight)]
#![feature(fn_must_use)]
#![feature(fundamental)]
#![feature(i128_type)]
#![feature(inclusive_range_syntax)]
Expand Down
2 changes: 1 addition & 1 deletion src/stdsimd

0 comments on commit f2a8556

Please sign in to comment.