我正在编译Dlib的Python示例。
编译脚本是:
mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
cd ..
如何从命令行启用SSE2?我尝试添加参数-USE_SSE2_INSTRUCTIONS = ON但是出现了未知的参数错误。
来自Cmake缓存文件:
//Compile your program with SSE2 instructions
USE_SSE2_INSTRUCTIONS:BOOL=OFF
答案 0 :(得分:0)