We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avx512_target_feature
1 parent 695e4de commit 1cc592aCopy full SHA for 1cc592a
core/src/lib.rs
@@ -188,9 +188,9 @@
188
//
189
// Target features:
190
// tidy-alphabetical-start
191
+#![cfg_attr(bootstrap, feature(avx512_target_feature))]
192
#![feature(aarch64_unstable_target_feature)]
193
#![feature(arm_target_feature)]
-#![feature(avx512_target_feature)]
194
#![feature(hexagon_target_feature)]
195
#![feature(keylocker_x86)]
196
#![feature(loongarch_target_feature)]
stdarch
@@ -1 +1 @@
1
-Subproject commit f1c1839c0deb985a9f98cbd6b38a6d43f2df6157
+Subproject commit 1dfaa4db2479753a46a3e90f2c3c89d89d0b21f1
0 commit comments