We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: incompatible type for argument 1 of ‘_mm_xor_si128’ #define shuf(a,b) _mm_shuffle_epi32(a, b) ^~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
_mm_shuffle_epi32 目前还未开源发布,您可以发送邮件申请获取[email protected]。issue中的报错信息应该是使用_mm_xor_si128接口类型不匹配吧,没看到完整代码不好判断。
Sorry, something went wrong.
No branches or pull requests
error: incompatible type for argument 1 of ‘_mm_xor_si128’
#define shuf(a,b) _mm_shuffle_epi32(a, b)
^~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: