Chore: add x86_amx_intrinsics
feature flag to core/lib.rs
and rem… · model-checking/verify-rust-std@dc85bdb (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit dc85bdb
Chore: add x86_amx_intrinsics
feature flag to core/lib.rs
and remove issue-120720-reduce-nan.rs
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -264,6 +264,7 @@ | ||
264 | 264 | #![feature(sse4a_target_feature)] |
265 | 265 | #![feature(tbm_target_feature)] |
266 | 266 | #![feature(wasm_target_feature)] |
267 | +#![feature(x86_amx_intrinsics)] | |
267 | 268 | // tidy-alphabetical-end |
268 | 269 | |
269 | 270 | // allow using `core::` in intra-doc links |