Skip to content

Commit 17d426f

Browse files
committed
Update stdarch
1 parent bb10e81 commit 17d426f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

core/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ check-cfg = [
3232
'cfg(bootstrap)',
3333
'cfg(no_fp_fmt_parse)',
3434
'cfg(stdarch_intel_sde)',
35+
# #[cfg(bootstrap)]
36+
'cfg(target_feature, values("vector-enhancements-1"))',
3537
# core use #[path] imports to portable-simd `core_simd` crate
3638
# and to stdarch `core_arch` crate which messes-up with Cargo list
3739
# of declared features, we therefor expect any feature cfg

core/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,17 @@
202202
//
203203
// Target features:
204204
// tidy-alphabetical-start
205+
#![feature(aarch64_unstable_target_feature)]
205206
#![feature(arm_target_feature)]
206207
#![feature(avx512_target_feature)]
207208
#![feature(hexagon_target_feature)]
209+
#![feature(keylocker_x86)]
208210
#![feature(loongarch_target_feature)]
209211
#![feature(mips_target_feature)]
210212
#![feature(powerpc_target_feature)]
211213
#![feature(riscv_target_feature)]
212214
#![feature(rtm_target_feature)]
215+
#![feature(s390x_target_feature)]
213216
#![feature(sha512_sm_x86)]
214217
#![feature(sse4a_target_feature)]
215218
#![feature(tbm_target_feature)]

stdarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 684de0d6fef708cae08214fef9643dd9ec7296e1
1+
Subproject commit 9426bb56586c6ae4095a2dcbd66c570253e6fb32

0 commit comments

Comments
 (0)