8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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. 8000 We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm getting this error when compiling on my M1 Mac:
src/RankBitvector.cpp:9:10: error: unrecognized instruction mnemonic __asm__("popcnt %0, %0" : "+r" (x)); ^ <inline asm>:1:2: note: instantiated into assembly here popcnt x0, x0 ^ src/RankBitvector.cpp:9:10: error: unrecognized instruction mnemonic __asm__("popcnt %0, %0" : "+r" (x)); ^ <inline asm>:1:2: note: instantiated into assembly here popcnt x9, x9 ^ src/RankBitvector.cpp:9:10: error: unrecognized instruction mnemonic __asm__("popcnt %0, %0" : "+r" (x)); ^ <inline asm>:1:2: note: instantiated into assembly here popcnt x10, x10 ^ 3 errors generated. make: *** [obj/RankBitvector.o] Error 1
Any ideas?
Thanks, Max
The text was updated successfully, but these errors were encountered:
Same errors, does MBG support macOS?
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm getting this error when compiling on my M1 Mac:
Any ideas?
Thanks,
Max
The text was updated successfully, but these errors were encountered: