Skip to content

Commit ae682a3

Browse files
committed
enable avx10_target_feature in core (used by stdarch)
1 parent 2922cbd commit ae682a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
// tidy-alphabetical-start
196196
#![feature(aarch64_unstable_target_feature)]
197197
#![feature(arm_target_feature)]
198+
#![feature(avx10_target_feature)]
198199
#![feature(hexagon_target_feature)]
199200
#![feature(loongarch_target_feature)]
200201
#![feature(mips_target_feature)]

0 commit comments

Comments
 (0)