Contents

simd_any(_:)

Returns true if the high-order bit of any element is set; false otherwise.

Declaration

func simd_any(_ x: simd_uint2) -> simd_bool

See Also

Logic and Bitwise Functions