rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
601 stars 267 forks source link

Use inline assembly for Arm64EC #1560

Closed dpaoliello closed 5 months ago

dpaoliello commented 5 months ago

Support for Arm64EC inline assembly was recently added to Rust (https://github.com/rust-lang/rust/pull/123507), so we can enable functions that were previously disabled since they were implemented using inline assembly (namely __nop).

rustbot commented 5 months ago

r? @Amanieu

rustbot has assigned @Amanieu. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer