Skip to content

Commit

Permalink
Add f16 and rtm target feature features
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jun 5, 2019
1 parent e2e7949 commit d8b2e85
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit d8b2e85

Please sign in to comment.