-
Couldn't load subscription status.
- Fork 300
Complete vld* and vst* neon instructions #1224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
|
I think all vld* and vst* instructions have been implemented. |
|
A lot of the new intrinsics contain calls to other intrinsics on arm (thus the necessary bumps to the instructions limits and the nop expected instructions) but we can probably take care of that later as it is tracked in #1210. On ARM64 inlining works properly. |
This PR completes vld* and vst* neon instructions
One commit will contain one type of them.