Skip to content

Commit d8b2e85

Browse files
committed
Add f16 and rtm target feature features
1 parent e2e7949 commit d8b2e85

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
@@ -115,6 +115,8 @@
115115
#![feature(wasm_target_feature)]
116116
#![feature(avx512_target_feature)]
117117
#![feature(cmpxchg16b_target_feature)]
118+
#![feature(f16c_target_feature)]
119+
#![feature(rtm_target_feature)]
118120
#![feature(const_slice_len)]
119121
#![feature(const_str_as_bytes)]
120122
#![feature(const_str_len)]

0 commit comments

Comments
 (0)