...

Text file src/simd/archsimd/_gen/simdgen/ops/Reduce/categories.yaml

Documentation: simd/archsimd/_gen/simdgen/ops/Reduce

     1!sum
     2- go: reduceSum
     3  commutative: false
     4  documentation: !string |-
     5    // NAME reduces x by summing all elements. The sum is placed in element 0
     6    // of the result; other elements are zeroed.
     7- go: reduceMax
     8  commutative: false
     9  documentation: !string |-
    10    // NAME reduces x by taking the maximum of all elements. The maximum is placed
    11    // in element 0 of the result; other elements are zeroed.
    12- go: reduceMin
    13  commutative: false
    14  documentation: !string |-
    15    // NAME reduces x by taking the minimum of all elements. The minimum is placed
    16    // in element 0 of the result; other elements are zeroed.

View as plain text