Contents

simd_equal(_:_:)

Returns true if every element in a matrix is exactly equal to the corresponding element in a second matrix, and otherwise returns false.

Declaration

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

See Also

Common Functions