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.
The text was updated successfully, but these errors were encountered:
Anyone willing to contribute could investigate how we can add NEON support to our fork of boost.simd. After that, adding another assembly target to viktor itself should be easy enough.
boost/simd/arch contains definitions for various architectures that seem to bridge the native SIMD types and the boost::simd vectors. We need such a bridge for aarch64/neon.
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 modifyboost.simd
to add said support, or somehow use NEON directly.The text was updated successfully, but these errors were encountered: