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
With Apple M1 gaining popularity, it makes sense to support its SIMD capabilities (NEON).
Unfortunately, boost.simd doesn't support NEON, so we have to either modify boost.simd to add said support, or somehow use NEON directly.