Text file src/simd/_gen/simdgen/ops/MinMax/categories.yaml

     1  !sum
     2  - go: Max
     3    commutative: true
     4    documentation: !string |-
     5      // NAME computes the maximum of corresponding elements.
     6  - go: Min
     7    commutative: true
     8    documentation: !string |-
     9      // NAME computes the minimum of corresponding elements.
    10  

View as plain text