You have to enable the sse3 intrinsics of gcc with a command line option. Try compiling with
g++ -msse3 -I/usr/local/boost_1_52_0 -I../ MAIN.cpp
1,编译在eclipse 中得加上g++ -msse3
2,在运行时 是以源码所在目录为起始目录的
若是在debug目录下运行节点,则是以debug目录为目录的起点
You have to enable the sse3 intrinsics of gcc with a command line option. Try compiling with
g++ -msse3 -I/usr/local/boost_1_52_0 -I../ MAIN.cpp
1,编译在eclipse 中得加上g++ -msse3
2,在运行时 是以源码所在目录为起始目录的
若是在debug目录下运行节点,则是以debug目录为目录的起点