Modulo on ARM SIMD Aarch64 (NEON)
I am learning about ARM-v8 Aarch64 SIMD instructions hoping I can optimize some calculations. In this case, I am looking for modulo operation on a 4xf32 vector.
I am learning about ARM-v8 Aarch64 SIMD instructions hoping I can optimize some calculations. In this case, I am looking for modulo operation on a 4xf32 vector.