Contents

reduce_add(_:)

Returns the sum of all elements in a vector.

Declaration

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

See Also

Reduce Functions