Skip to content

Commit 55843ab

Browse files
committed
extract s390x vector and friends to their own rust feature
1 parent 7a2c418 commit 55843ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
#![feature(riscv_target_feature)]
205205
#![feature(rtm_target_feature)]
206206
#![feature(s390x_target_feature)]
207+
#![feature(s390x_target_feature_vector)]
207208
#![feature(wasm_target_feature)]
208209
#![feature(x86_amx_intrinsics)]
209210
// tidy-alphabetical-end

stdarch/crates/core_arch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
arm_target_feature,
2323
mips_target_feature,
2424
powerpc_target_feature,
25-
s390x_target_feature,
25+
s390x_target_feature_vector,
2626
loongarch_target_feature,
2727
wasm_target_feature,
2828
abi_unadjusted,

0 commit comments

Comments
 (0)