mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
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:
parent
fedce67cd2
commit
f2a8556df4
@ -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…
Reference in New Issue
Block a user