Contents

simd_equal(_:_:)

Declaration

func simd_equal(_ x: simd_int3, _ y: simd_int3) -> simd_bool

Discussion

True if and only if each lane of x is equal to the corresponding lane of y.