xsimd
xsimd copied to clipboard
support for padding?
Does xsimd provide support for padding dimension when specific sizes are not available for SIMD operations?
Here is example of what I mean: https://stackoverflow.com/questions/10167564/simd-array-add-for-arbitrary-array-lengths
So basically you want masked load (and store). That looks useful, I 'll think of what we can do in that direction (currently, it's not supported)