You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
orVMUL
. How is vectorization performed for 64-bit arm architectures?The text was updated successfully, but these errors were encountered: