rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.63k stars 101 forks source link

aarch64 neon intrinsics: vmaxq_f32, vminq_f32, vaddvq_f32, vrndnq_f32 #1533

Closed tjamaan closed 2 months ago

tjamaan commented 2 months ago

Add the following aarch64 neon intrinsics:

Fixes #1531

This is my first contribution please review carefully :)

bjorn3 commented 2 months ago

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

tjamaan commented 2 months ago

Sorry about that. Fixed the formatting.