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

Enable compilation on aarch64 Linux #924

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dslarm
Copy link

@dslarm dslarm commented Jun 7, 2022

This patch changes Makefile.simde such that it compiles on aarch64 Linux using SIMDe.

GCC will error on aarch64 with the "-msse4.1" flag - so this is removed for aarch64.

However - it is still necessary to #define SSE2 and SSE4.1 on aarch64 so that the right blocks of code are seen by the compiler that use SIMDe.

…4 and correct #defines to bring in SSE2/SSE4.1 paths as required
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.

None yet

1 participant