Add rtm and f16c features to libcore
This commit is contained in:
parent
77c14a5c5f
commit
677cf3de3a
1 changed files with 2 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue