clamp abstract method
Lane-wise clamp this Float32x4 to be in the range
lowerLimit
-upperLimit
.
Implementation
Float32x4 clamp(Float32x4 lowerLimit, Float32x4 upperLimit);
Lane-wise clamp this Float32x4 to be in the range
lowerLimit
-upperLimit
.
Float32x4 clamp(Float32x4 lowerLimit, Float32x4 upperLimit);