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 reading cycle count on non-msvc win-on-aarch64 #4724

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

BtbN
Copy link
Contributor

@BtbN BtbN commented Aug 10, 2024

This closes #4723

This seems fairly portable across all aarch64 systems, be it Windows or Linux.
The arm 32bit intrinsic seems to be Microsoft-Specific, so I don't know how to implement this for arm32.

I don't think either gcc or clang support 32bit arm Windows though, so at least the issue with the undefined variable is solved.

@bluca bluca merged commit b714341 into zeromq:master Aug 11, 2024
21 of 22 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.

Build fails on Win-On-ARM when compiled with gcc/clang
2 participants