Skip to content

Commit 454d783

Browse files
committed
enable clflushopt_target_feature in core's lib.rs
1 parent 6c9dc44 commit 454d783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
#![feature(aarch64_unstable_target_feature)]
182182
#![feature(arm_target_feature)]
183183
#![feature(avx10_target_feature)]
184+
#![feature(clflushopt_target_feature)]
184185
#![feature(hexagon_target_feature)]
185186
#![feature(loongarch_target_feature)]
186187
#![feature(mips_target_feature)]

0 commit comments

Comments
 (0)