1,需要在property->c/c++ Compiler->Miscellaneous的other flags的后面加上 -msse -msse2 -mssse3
2,需要在property->c/c++ General->Paths and Symbols->Symbols里加上SSE SSE2 SSE3 SSSE3. 需要点选Add to all configurations和Add to all laguages
然后再把neonvsSSE.h加入项目,就可以使用了
本文介绍了如何在C/C++编译器中进行优化配置,添加SSE、SSSE3指令集,并将NEONVSSE库成功集成到项目中,以提升代码性能。
1,需要在property->c/c++ Compiler->Miscellaneous的other flags的后面加上 -msse -msse2 -mssse3
2,需要在property->c/c++ General->Paths and Symbols->Symbols里加上SSE SSE2 SSE3 SSSE3. 需要点选Add to all configurations和Add to all laguages
然后再把neonvsSSE.h加入项目,就可以使用了

被折叠的 条评论
为什么被折叠?