Skip to content

Commit 677cf3d

Browse files
committed
Add rtm and f16c features to libcore
1 parent 77c14a5 commit 677cf3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
#![feature(wasm_target_feature)]
119119
#![feature(avx512_target_feature)]
120120
#![feature(cmpxchg16b_target_feature)]
121+
#![feature(rtm_target_feature)]
122+
#![feature(f16c_target_feature)]
121123
#![feature(const_slice_len)]
122124
#![feature(const_str_as_bytes)]
123125
#![feature(const_str_len)]

0 commit comments

Comments
 (0)