Skip to content

Fix SIMDWrapper::scalar::types::loop_mask for out of range

Paul Seyfert requested to merge loop_mask_outofrange into master

demonstrator

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

Merge request reports