Skip to content
New issue

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

_mm_shuffle_epi32 实现缺失? #19

Open
smbzhang opened this issue Jan 13, 2021 · 1 comment
Open

_mm_shuffle_epi32 实现缺失? #19

smbzhang opened this issue Jan 13, 2021 · 1 comment

Comments

@smbzhang
Copy link

error: incompatible type for argument 1 of ‘_mm_xor_si128’
#define shuf(a,b) _mm_shuffle_epi32(a, b)
^~~~~~~~~~~~~~~~~~~~~~~

@DreamyX
Copy link
Contributor

DreamyX commented Jan 21, 2021

_mm_shuffle_epi32 目前还未开源发布,您可以发送邮件申请获取[email protected]。issue中的报错信息应该是使用_mm_xor_si128接口类型不匹配吧,没看到完整代码不好判断。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants