Question about NEON instruction on aarch64 architecture
Open
- Dominant language
- C++
- Stars
- 325
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I wonder if the kernels for aarch64 architecture use NEON instructions? The assembly code in https://github.com/google/ruy/blob/master/ruy/kernel_arm64.cc doesn't have NEON instructions like `VADD` or `VMUL`. How is vectorization performed for 64-bit arm architectures?
Contributor guide
Assessment
This issue has not been assessed yet.