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
Hi, I just built up a static library of dvo in codeblocks. When I compile it, error occurred like below,
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/pmmintrin.h|32|错误: #error "SSE3 instruction set not enabled"|
Does it mean that there is something wrong with my CPU??
How can i get it to work? Any thoughts, thx in advance.
The text was updated successfully, but these errors were encountered:
You have to enable SSE3 support with a compiler flag. If you use gcc add -msse3
Sorry, something went wrong.
No branches or pull requests
Hi,
I just built up a static library of dvo in codeblocks. When I compile it, error occurred like below,
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/pmmintrin.h|32|错误: #error "SSE3 instruction set not enabled"|
Does it mean that there is something wrong with my CPU??
How can i get it to work? Any thoughts, thx in advance.
The text was updated successfully, but these errors were encountered: