在 Linux 下用 GCC 编译 C++ 代码,提示类似

SSE2 instruction set not enabled

这样的错误,则可以在 GCC 里添加参数来完成编译:

-msse2