Skip to content

Commit dc85bdb

Browse files
committed
Chore: add x86_amx_intrinsics feature flag to core/lib.rs and remove issue-120720-reduce-nan.rs
1 parent 0b5f1b8 commit dc85bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
#![feature(sse4a_target_feature)]
265265
#![feature(tbm_target_feature)]
266266
#![feature(wasm_target_feature)]
267+
#![feature(x86_amx_intrinsics)]
267268
// tidy-alphabetical-end
268269

269270
// allow using `core::` in intra-doc links

0 commit comments

Comments
 (0)