WojciechMula / toys

Storage for my snippets, toy programs, etc.
BSD 2-Clause "Simplified" License
316 stars 38 forks source link

simd_count_bytes for ARM ? #16

Open Arthur111 opened 2 years ago

Arthur111 commented 2 years ago

I use simd_count_bytes for avx512 and the new architecture for apple is now arm and there is no compilation possible from intel simd to arm.

So do you schedule to do simd_count_bytes for ARM ?

WojciechMula commented 2 years ago

I wish I could do this, it's interesting. I had to limit the time I spent on side projects, can't tell you when I can do this.

Arthur111 commented 2 years ago

ok thank you

jianshu93 commented 7 months ago

Hello All,

Glad to see that this was discussed 3 years ago. I am wondering whether arm64/neon popcount can also be added or something, not only count byte.

Thanks,

Jianshu