Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Add ARM NEON support #1

Open
3 of 6 tasks
calebzulawski opened this issue Aug 24, 2020 · 1 comment
Open
3 of 6 tasks

Add ARM NEON support #1

calebzulawski opened this issue Aug 24, 2020 · 1 comment

Comments

@calebzulawski
Copy link
Owner

calebzulawski commented Aug 24, 2020

Many NEON intrinsics are lacking (rust-lang/stdarch#148), particularly the required floating point intrinsics.

The following intrinsics are required (both f32 and f64 variants):

  • vdup_n
  • vneg
  • vadd
  • vsub
  • vmul
  • vdiv
@calebzulawski
Copy link
Owner Author

Aarch64 is partially implemented. ARMv7 will require rust-lang/stdarch#893 making it to nightly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant