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

【suggestion】some basic SSE intrinsic function can not find in this project #2

Closed liuzhuni closed 4 years ago

liuzhuni commented 4 years ago

some basic SSE intrinsic function can not find in this project, such as the _mm_store_ps、_mm_store_si128 functions. May be you can combine https://github.com/DLTcollab/sse2neon/blob/master/sse2neon.h

ccxiaop commented 4 years ago

we developed these interfaces first according to the frequency of use, and will develop or combine other sse and avx interfaces in the future.thanks.