Hacker News new | ask | show | jobs
by RelentlessOpt 1389 days ago
No, AVX and AVX2 are amd64 things (Intel and AMD). The equivalent SIMD instruction set for arm64 (including the Apple M1) is called NEON. See https://developer.arm.com/documentation/ihi0073'/latest/'
2 comments

There are SVE from ARM that will replace NEON
Thanks!