Skip to content

add vcopy neon instructions #1139

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

Merged
merged 2 commits into from
Apr 24, 2021
Merged

add vcopy neon instructions #1139

merged 2 commits into from
Apr 24, 2021

Conversation

SparrowLii
Copy link
Member

This PR adds vcopy neon instructions which are only available on aarch64

@rust-highfive
Copy link

r? @Amanieu

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

@SparrowLii SparrowLii force-pushed the vcopy branch 2 times, most recently from 306db70 to 8e92fe4 Compare April 23, 2021 03:37
@Amanieu
Copy link
Member

Amanieu commented Apr 23, 2021

Do you think you could add ARM versions of these intrinsics as well?

@SparrowLii
Copy link
Member Author

SparrowLii commented Apr 23, 2021

Do you think you could add ARM versions of these intrinsics as well?

These instructions are dedicated to aarch64, but we can use the same implementation for arm in stdarch. In llvm, the related implementations are only provided for aarch64, and they can be optimized to mov instructions. I am not sure whether they can be optimized in arm.

@Amanieu Amanieu merged commit 2f0cfe9 into rust-lang:master Apr 24, 2021
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.

3 participants