Skip to content

Commit

Permalink
Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytm
Browse files Browse the repository at this point in the history
Update stdsimd module

Pulls in a redesigned `std::simd` module as well as a replacement for the
`is_target_feature_detected!` macro
  • Loading branch information
Mark-Simulacrum committed Mar 10, 2018
2 parents b5825e3 + 4163c4a commit bf49a3b
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
Original file line number Diff line number Diff line change
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 bf49a3b

Please sign in to comment.