Skip to content
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

Complete vld* and vst* neon instructions #1224

Merged
merged 28 commits into from
Sep 29, 2021
Merged

Conversation

SparrowLii
Copy link
Member

@SparrowLii SparrowLii commented Sep 26, 2021

This PR completes vld* and vst* neon instructions
One commit will contain one type of them.

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@SparrowLii SparrowLii changed the title [WIP] Complete vld* and vst* neon instructions Complete vld* and vst* neon instructions Sep 26, 2021
@SparrowLii
Copy link
Member Author

I think all vld* and vst* instructions have been implemented.

@hkratz
Copy link
Contributor

hkratz commented Sep 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants