Skip to content

Commit

Permalink
Add rtm and f16c features to libcore
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jul 15, 2019
1 parent 77c14a5 commit 677cf3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/lib.rs
Expand Up @@ -118,6 +118,8 @@
#![feature(wasm_target_feature)]
#![feature(avx512_target_feature)]
#![feature(cmpxchg16b_target_feature)]
#![feature(rtm_target_feature)]
#![feature(f16c_target_feature)]
#![feature(const_slice_len)]
#![feature(const_str_as_bytes)]
#![feature(const_str_len)]
Expand Down

0 comments on commit 677cf3d

Please sign in to comment.