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

ARM M1 Mac - Porting SSE2 instructions to NEON #52

Open
taschenbach opened this issue Nov 29, 2021 · 1 comment
Open

ARM M1 Mac - Porting SSE2 instructions to NEON #52

taschenbach opened this issue Nov 29, 2021 · 1 comment

Comments

@taschenbach
Copy link

Has anybody had success building for ARM, apple M1 in particular, and replacing the SSE2 instructions with NEON.

I tried using this library but was not fully successful. https://github.com/DLTcollab/sse2neon

@smlehbleh
Copy link

I would recommend the library SIMDe (simd everywhere) https://github.com/simd-everywhere/simde
I have used it in the past - it can translate pretty much any unsupported vector instruction either to a native supported equivalent or the closest most performant emulation.
I will be using this approach to compile the CineForm sdk on the NVIDIA Jetson platform (64-bit ARM)

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

No branches or pull requests

2 participants