Contents

reduce_add(_:)

Returns the sum of all elements in a vector.

Declaration

func reduce_add(_ x: SIMD2<Float>) -> Float

See Also

Reduce Functions