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
Previously, we assumed that every AArch64 system has Neon, and
that the implementation has access to it.
With this commit, use of Neon is explicitly guarded by __ARM_NEON,
similar to how all use of AVX2 is guarded by __AVX2__.
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
0 commit comments