Fix SIMDWrapper::scalar::types::loop_mask for out of range
in the scalar namespace loop_mask
returns always true. In other namespaces, it checks if the access is out-of-range. Consistent behaviour would be if loop_mask(1,1)
returned false
.
from my side good for testing.
Edited by Rosen Matev