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

fix problem with __m128i undefined on ARM #224

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

Conversation

franko
Copy link

@franko franko commented Jun 27, 2024

There is a constant REG_SZ, see file modification, that is used conditionally only when SSE2 is defined but the variable REG_SZ is defined unconditionally.

This problem cause the compilation to fail on ARM64 architecture.

I added ifdef guards based on SSE2 like for the rest of the code. It compiles on macOS on ARM64 architecture.

@willysr
Copy link

willysr commented Sep 29, 2024

This also fixed building issues in i586

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.

2 participants