blob: 929bfadd73194e178d098713b54f75ec7f972a61 [file] [log] [blame]
!sum
- go: Max
commutative: true
extension: "AVX.*"
documentation: !string |-
// Max computes the maximum of corresponding elements.
- go: MaxMasked
commutative: true
masked: true
extension: "AVX.*"
documentation: !string |-
// MaxMasked computes the maximum of corresponding elements.
- go: Min
commutative: true
extension: "AVX.*"
documentation: !string |-
// Min computes the minimum of corresponding elements.
- go: MinMasked
commutative: true
masked: true
extension: "AVX.*"
documentation: !string |-
// MinMasked computes the minimum of corresponding elements.