Chore: add x86_amx_intrinsics
feature flag to core/lib.rs
and rem… · model-checking/verify-rust-std@dc85bdb (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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
Lines changed: 1 addition & 0 deletions
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 |