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: problems building Windows ARM on some platforms #408

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

lemire
Copy link
Member

@lemire lemire commented Apr 11, 2024

This looks like a Visual Studio bug. The function vld4q_u8 should take a uint8_t* pointer, not a char* pointer. I did not investigate further and I just fix the issue by casting when under Visual Studio.

Fixes #407

@lemire lemire merged commit 0ca9a62 into master Apr 11, 2024
66 checks passed
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.

Compiler failure on ARM64 Windows
1 participant