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

Add aarch64+NEON support #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add aarch64+NEON support #65

wants to merge 2 commits into from

Conversation

lrbison
Copy link

@lrbison lrbison commented Jan 30, 2025

Enables compile on aarch64 architectures with NEON simd (Such as Graviton) via sse2neon.h. Minimal configury changes.

 - Small modification to prevent GCC<10.0 from emitting warnings,
   which have only been documented in cross-compilation.

Signed-off-by: Luke Robison <[email protected]>
 - Detect platform in config.mk, and pass _TARGET_X86_ or _TARGET_ARM_
   accordingly.
 - Guard AVX2 and SSE2 includes
 - Add sse2neon.h includes

Signed-off-by: Luke Robison <[email protected]>
@lrbison lrbison mentioned this pull request Jan 30, 2025
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

Successfully merging this pull request may close these issues.

1 participant