Skip to content

Commit 32f9284

Browse files
authored
Rollup merge of rust-lang#61540 - pepyakin:update-stdsimd, r=alexcrichton
Update stdsimd Ref rust-lang#61119, for stabilization of wasm32 `unreachable`
2 parents 8b36867 + d8b2e85 commit 32f9284

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libcore/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
#![feature(wasm_target_feature)]
116116
#![feature(avx512_target_feature)]
117117
#![feature(cmpxchg16b_target_feature)]
118+
#![feature(f16c_target_feature)]
119+
#![feature(rtm_target_feature)]
118120
#![feature(const_slice_len)]
119121
#![feature(const_str_as_bytes)]
120122
#![feature(const_str_len)]

src/stdsimd

0 commit comments

Comments
 (0)