Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix blake2 and argon2 building on Windows ARM #4220

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

pwojcikdev
Copy link
Contributor

When building node for Windows, it was always assumed that it's targeting x86, which led to cryptographic libraries (blake2 and argon2) failing to build on Windows for ARM. This PR fixes that. It is now possible to build a native ARM node for Windows, however it will be using the slower reference implementation. It might be worth looking into conditionally using an implementation taking advantage of neon intrinsics, similar to the way we do it on x86.

@pwojcikdev pwojcikdev merged commit aa5d2ae into nanocurrency:develop Apr 26, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants