simd_equal(_:_:)
Returns true if every element in a vector is exactly equal to the corresponding element in a second vector, and otherwise returns false.
Declaration
func simd_equal(_ x: simd_uchar16, _ y: simd_uchar16) -> simd_boolReturns true if every element in a vector is exactly equal to the corresponding element in a second vector, and otherwise returns false.
func simd_equal(_ x: simd_uchar16, _ y: simd_uchar16) -> simd_bool