Text file src/simd/archsimd/_gen/simdgen/ops/NegAbs/categories.yaml
1 !sum 2 - go: Neg 3 commutative: false 4 documentation: !string |- 5 // NAME returns the elementwise negation of x. 6 7 # TODO: move Abs here from IntOnlyArith; on ARM64 it applies to float types too. 8