kunpengcompute / AvxToNeon

Encapsulate the frequently used AVX instructions as independent modules to reduce repeated development workload.
Apache License 2.0
114 stars 41 forks source link

_mm_shuffle_epi32 实现缺失? #19

Open smbzhang opened 3 years ago

smbzhang commented 3 years ago

error: incompatible type for argument 1 of ‘_mm_xor_si128’

define shuf(a,b) _mm_shuffle_epi32(a, b)

               ^~~~~~~~~~~~~~~~~~~~~~~
DreamyX commented 3 years ago

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