Text file src/simd/archsimd/_gen/simdgen/ops/MinMax/categories.yaml
1 !sum 2 - go: Max 3 commutative: true 4 documentation: !string |- 5 // NAME computes the maximum of each pair of corresponding elements in x and y. 6 - go: Min 7 commutative: true 8 documentation: !string |- 9 // NAME computes the minimum of each pair of corresponding elements in x and y. 10