Contents

simd_step(_:_:)

Returns zero for each element in a vector less than a specified edge; one otherwise.

Declaration

func simd_step(_ edge: Float, _ x: Float) -> Float

See Also

Common Functions