Skip to content

Complete vld* and vst* neon instructions#1224

Merged
Amanieu merged 28 commits into
rust-lang:masterfrom
SparrowLii:vld_stx
Sep 29, 2021
Merged

Complete vld* and vst* neon instructions#1224
Amanieu merged 28 commits into
rust-lang:masterfrom
SparrowLii:vld_stx

Conversation

@SparrowLii
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Member Author

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

@hkratz
Copy link
Copy Markdown
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