agenium-scale / nsimd

Agenium Scale vectorization library for CPUs and GPUs
MIT License
325 stars 28 forks source link

Clz/shrv/shlv/powi #59

Closed kennypewpew closed 4 years ago

kennypewpew commented 4 years ago

Added the following functions: clz - count leading zeroes shrv - shift right according to vector input shlv - shift right according to vector input powi - integer exponent of integers. Could probably be expanded to integer exponent of floats as well