simd_clamp(_:_:_:)
Returns the absolute value of each element in a vector.
Declaration
func simd_clamp(_ x: simd_long8, _ min: simd_long8, _ max: simd_long8) -> simd_long8Returns the absolute value of each element in a vector.
func simd_clamp(_ x: simd_long8, _ min: simd_long8, _ max: simd_long8) -> simd_long8