Rollup merge of #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
This commit is contained in:
commit
2d13cc4d79
2 changed files with 3 additions and 1 deletions
|
@ -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)]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 678cbd325c84070c9dbe4303969fbd2734c0b4ee
|
||||
Subproject commit ab9356f2af650815d339d77306f0d09c44d531ad
|
Loading…
Add table
Reference in a new issue