Skip to content

Add neon instruction vbslq #1065

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
Mar 9, 2021
Merged

Add neon instruction vbslq #1065

merged 2 commits into from
Mar 9, 2021

Conversation

surechen
Copy link
Contributor

@surechen surechen commented Mar 9, 2021

add neon instruction vbslq(128-bit)
vbslq: Bitwise Select. This instruction sets each bit in the destination SIMD&FP register to the corresponding bit from the first source SIMD&FP register when the original destination bit was 1, otherwise from the second source SIMD&FP register.

@rust-highfive
Copy link

r? @Amanieu

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

@surechen surechen changed the title Add vbslq Add neon instruction vbslq Mar 9, 2021
@Amanieu Amanieu merged commit 594ff85 into rust-lang:master Mar 9, 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