Skip to content

Commit

Permalink
Chore: add x86_amx_intrinsics feature flag to core/lib.rs and rem…
Browse files Browse the repository at this point in the history
…ove `issue-120720-reduce-nan.rs`
  • Loading branch information
sayantn committed Aug 3, 2024
1 parent 0b5f1b8 commit dc85bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc85bdb

Please sign in to comment.