Skip to content

Commit e329c02

Browse files
authored
Rollup merge of rust-lang#138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross
Stabilize the avx512 target features This PR stabilizes the AVX512 target features - see [this comment](rust-lang#111137 (comment)). Tracking Issue - rust-lang#44839 The target feature UI tests have been changed to `x87` (chosen because this is very unlikely to stablize ever, please comment if some other feature will be better) related: rust-lang#111137
2 parents a94d954 + 1cc592a commit e329c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@
187187
//
188188
// Target features:
189189
// tidy-alphabetical-start
190+
#![cfg_attr(bootstrap, feature(avx512_target_feature))]
190191
#![feature(aarch64_unstable_target_feature)]
191192
#![feature(arm_target_feature)]
192-
#![feature(avx512_target_feature)]
193193
#![feature(hexagon_target_feature)]
194194
#![feature(keylocker_x86)]
195195
#![feature(loongarch_target_feature)]

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit f1c1839c0deb985a9f98cbd6b38a6d43f2df6157
1+
Subproject commit 1dfaa4db2479753a46a3e90f2c3c89d89d0b21f1

0 commit comments

Comments
 (0)