DLTcollab / sse2neon

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission to move _mm_popcnt_u32 to simd-everywhere

nlacey opened this issue · comments

I'd like to get permission to move your implementation of _mm_popcnt_u32 to simd-everywhere.

Thanks for the great work.

@nlacey, SIMDe already merged partial code of SSE2NEON. Both SSE2NEON and SIMDe are licensed under MIT, which implies that you don't have to get additional permissions to merge. It would be better if you mention SSE2NEON in comments though.