Contents

abs(_:)

Returns the absolute value of each element in a vector.

Declaration

func abs(_ x: SIMD2<Int32>) -> SIMD2<Int32>

See Also

Common Functions