This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Add ARM NEON support #1
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels