Skip to content

Commit

Permalink
Rollup merge of rust-lang#61540 - pepyakin:update-stdsimd, r=alexcric…
Browse files Browse the repository at this point in the history
…hton

Update stdsimd

Ref rust-lang#61119,  for stabilization of wasm32 `unreachable`
  • Loading branch information
Centril committed Jun 6, 2019
2 parents 8b36867 + d8b2e85 commit 32f9284
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 @@ -115,6 +115,8 @@
#![feature(wasm_target_feature)]
#![feature(avx512_target_feature)]
#![feature(cmpxchg16b_target_feature)]
#![feature(f16c_target_feature)]
#![feature(rtm_target_feature)]
#![feature(const_slice_len)]
#![feature(const_str_as_bytes)]
#![feature(const_str_len)]
Expand Down
2 changes: 1 addition & 1 deletion src/stdsimd

0 comments on commit 32f9284

Please sign in to comment.