ruby-numo/numo-narray

SIMD support

bkmgit opened this issue · 3 comments

Would it be of interest to add SIMD support? For example Numpy uses https://github.com/mathlibrary/usimd

numo-narray also already has SIMD support.
#111

Thanks. This adds SSE instructions. However, AVX, neon and possibly SVE instructions may also be helpful:

Further conditional compilation options could be used

It would be nice to have AltiVec as well, but presently the core doesn’t even compile: #215