Skip to content

Conversation

tjamaan
Copy link
Contributor

@tjamaan tjamaan commented Sep 19, 2024

Add the following aarch64 neon intrinsics:

  • vmaxq_f32
  • vminq_f32
  • vaddvq_f32
  • vrndnq_f32

Fixes #1531

This is my first contribution please review carefully :)

@bjorn3
Copy link
Member

bjorn3 commented Sep 19, 2024

Thanks for the PR! Looks like you need to fix the formatting, other than that LGTM.

@tjamaan
Copy link
Contributor Author

tjamaan commented Sep 19, 2024

Sorry about that. Fixed the formatting.

@bjorn3 bjorn3 merged commit 753271c into rust-lang:master Sep 19, 2024
24 checks passed
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.

Unsupported AArch64 llvm intrinsics llvm.aarch64.neon.XXX.v4f32
2 participants