-
Notifications
You must be signed in to change notification settings - Fork 945
Fails to compile on ARM Linux #7
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
Comments
Ah, never tried building on ARM yet. I just pushed a possible fix to master -- can you try that? Beyond that, the code at: uses special casing to efficiently get a thread unique id. I am sure ARM will have this too and it we should add such case (for best performance). |
Thanks for the amazingly fast reply; the compile error moves on:
|
Argh, accidental mistake in the fix. Can you try again? |
Building (and running) --- thanks. |
Good to hear! -- I'll look into doing efficient thread id detection on ARM (any pointers are appreciated). |
On Arch Linux, ARM 32 bit:
The text was updated successfully, but these errors were encountered: