Contents

reduce_add(_:)

Returns the sum of all elements in a vector.

Declaration

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

See Also

Reduce Functions