enable avx10_target_feature in core (used by stdarch)

This commit is contained in:
Folkert de Vries 2025-11-20 00:27:56 +01:00
parent 2922cbdd47
commit ae682a3862
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -195,6 +195,7 @@
// tidy-alphabetical-start
#![feature(aarch64_unstable_target_feature)]
#![feature(arm_target_feature)]
#![feature(avx10_target_feature)]
#![feature(hexagon_target_feature)]
#![feature(loongarch_target_feature)]
#![feature(mips_target_feature)]