mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
898b62f590
add neon load/store assembly test I'm adding this test because it was requested for the beta backport of https://github.com/rust-lang/rust/issues/153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various