abs abstract method

Float32x4 abs()

Lane-wise conversion to absolute value.

Converts each lane's value to a non-negative value by negating the value if it is negative, and keeping the original value if it is not negative.

Returns the result for each lane.

Implementation

Float32x4 abs();