Skip to content

Commit 2cde11f

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

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

library/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

tests/codegen/simd/issue-120720-reduce-nan.rs

-21
This file was deleted.

0 commit comments

Comments
 (0)