Open Ethan-Zhou opened 10 years ago
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.
You have to enable SSE3 support with a compiler flag. If you use gcc add -msse3
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.