Chore: add x86_amx_intrinsics feature flag to core/lib.rs and remove issue-120720-reduce-nan.rs

This commit is contained in:
sayantn
2024-08-04 02:32:03 +05:30
parent bbf60c897e
commit 2cde11f2d1
2 changed files with 1 additions and 21 deletions

View File

@@ -264,6 +264,7 @@
#![feature(sse4a_target_feature)]
#![feature(tbm_target_feature)]
#![feature(wasm_target_feature)]
#![feature(x86_amx_intrinsics)]
// tidy-alphabetical-end
// allow using `core::` in intra-doc links