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
598 stars 260 forks source link

Add support for ARM64EC #1550

Closed dpaoliello closed 4 months ago

dpaoliello commented 4 months ago

The Rust Compiler has recently added support for ARM64EC (https://github.com/rust-lang/rust/pull/119199), so this change adds support for ARM64EC to stdarch by enabling the same code as AArch64.

rustbot commented 4 months ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

Amanieu commented 4 months ago

It looks like you forgot to re-run stdarch-gen to re-generate the generated.rs files.

dpaoliello commented 4 months ago

It looks like you forgot to re-run stdarch-gen to re-generate the generated.rs files.

Sorry, my mistake, thanks!