Skip to content

Commit 1cc592a

Browse files
committed
Stabilize avx512_target_feature
1 parent 695e4de commit 1cc592a

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
@@ -188,9 +188,9 @@
188188
//
189189
// Target features:
190190
// tidy-alphabetical-start
191+
#![cfg_attr(bootstrap, feature(avx512_target_feature))]
191192
#![feature(aarch64_unstable_target_feature)]
192193
#![feature(arm_target_feature)]
193-
#![feature(avx512_target_feature)]
194194
#![feature(hexagon_target_feature)]
195195
#![feature(keylocker_x86)]
196196
#![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)