DLTcollab / sse2neon

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
MIT License
1.3k stars 208 forks source link

Permission to move _mm_popcnt_u32 to simd-everywhere #496

Closed nlacey closed 3 years ago

nlacey commented 3 years ago

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

Thanks for the great work.

jserv commented 3 years ago

@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.