xsimd
xsimd copied to clipboard
Add masked store
tsimd has a nice masked store implementation where the last parameter to store_aligned style functions can be a mask.
This dispatches to some special intrinsics for masked stores.
Also mask load please. Useful for loading the end-sequence elements.