mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
86f9e83b2d
These intrinsics don't technically need to be limited to a specific architecture, they'll probably only make sense to use on AArch64, but this just makes it harder to use them in stdarch where it is appropriate (such as on `arm64ec`), requiring a rustc patch to land and be on nightly before stdarch work can proceed - so just don't `cfg` them at all.