From 677cf3de3ac37c5fb2ca947a34f7ffda0748e7e2 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Mon, 15 Jul 2019 13:57:34 +0200 Subject: [PATCH] Add rtm and f16c features to libcore --- src/libcore/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index cfac8eb78bd..fe149d634e2 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -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)]