Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NEON (aarch64) #44

Open
dievsky opened this issue Apr 12, 2021 · 4 comments
Open

Support NEON (aarch64) #44

dievsky opened this issue Apr 12, 2021 · 4 comments
Assignees

Comments

@dievsky
Copy link
Contributor

dievsky commented Apr 12, 2021

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.

@dievsky
Copy link
Contributor Author

dievsky commented May 30, 2022

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.

@dievsky
Copy link
Contributor Author

dievsky commented Aug 19, 2022

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.

@torb-no
Copy link

torb-no commented Jul 5, 2023

Has there been any progress on this?
Also, what would happen if you did use Viktor on ARM Macs? Would it degrade gracefully or outright fail?

@olegs
Copy link
Member

olegs commented Jul 5, 2023

@torb-no Unfortunately, no progress so far. However, any help or even a pull request is appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants