执行下一行代码后,我在运行时“EXC_BAD_INSTRUCTION(code = EXC_i386_INVOP)”中出错:
var1 = _mm_shuffle_epi32(x1,0xFF);
在我的MacBook Pro 2015年中期代码运行正常。在Mac mini 2012年末出现错误。
两台机器都有:
osx 10.13.1
xcode 9.1
gcc --version:
配置: - prefix = / Applications / Xcode.app / Contents / Developer / usr --with-gxx-include-dir = / Applications / Xcode.app / Contents / Developer / Platforms / MacOSX.platform / Developer /SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 Apple LLVM 9.0.0版(clang-900.0.38) 目标:x86_64-apple-darwin17.2.0 线程模型:posix
我做错了什么?
你can try来构建它