Contents

simd_all(_:)

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

Declaration

func simd_all(_ x: simd_int4) -> simd_bool

See Also

Logic and Bitwise Functions