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

SVE types and intrinsics #1509

Open JamieCunliffe opened 9 months ago

JamieCunliffe commented 9 months ago

All the SVE intrinsics along with updates to the intrinsic test tool to allow for SVE to be tested.

CI will fail until the rustc changes are merged.

rustbot commented 9 months ago

r? @Amanieu

(rustbot has picked a reviewer for you, use r? to override)

bjorn3 commented 9 months ago

For reference the rustc PR seems to be https://github.com/rust-lang/rust/pull/118917.

bors commented 9 months ago

:umbrella: The latest upstream changes (presumably 5ef6eb42bdcfef6891517a6e4c77a89c18722f18) made this pull request unmergeable. Please resolve the merge conflicts.