Skip to content

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
2 participants