dashing2 icon indicating copy to clipboard operation
dashing2 copied to clipboard

ARM neon support.

Open jianshu93 opened this issue 2 years ago • 1 comments

Hello Daniel,

I saw some avx to neon support here: https://github.com/kunpengcompute/AvxToNeon https://github.com/DLTcollab/sse2neon

I did not check the exact types used for dashing2 but it seems it has included major types.

I only see avx2 and 512 supported binaries but not sse but it could also be helpful.

Thanks,

Jianshu

jianshu93 avatar Mar 13 '22 06:03 jianshu93

Hi Jianshu,

You're right - we can probably support all targets using simde. I'll get to work on it over the next few days, since it would be useful for it to run on non-x86 platforms.

Thanks!

Daniel

dnbaker avatar Mar 22 '22 23:03 dnbaker