We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to install g6k on Mac OS (14.2.1, intel processor) and when bootstrap.sh reaches the stage
[2/2] Cythonizing g6k/siever_params.pyx
and making the file cpuperf.lo I get the following error
./simd.inl:133:10: error: argument to '__builtin_ia32_psrldqi128_byteshift' must be a constant integer
this error repeats a few times and causes
Command 'make' returned non-zero exit status 2
after error I try to run the tests and get the module error
ModuleNotFoundError: No module named 'g6k.siever_params'
(I also add a txt file with all the outputs starting from the siever_params.pyx compilation) g6k_simd_error.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to install g6k on Mac OS (14.2.1, intel processor) and when bootstrap.sh reaches the stage
and making the file cpuperf.lo I get the following error
this error repeats a few times and causes
after error I try to run the tests and get the module error
(I also add a txt file with all the outputs starting from the siever_params.pyx compilation)
g6k_simd_error.txt
The text was updated successfully, but these errors were encountered: