]> Cypherpunks repositories - gostls13.git/commit
simd/archsimd: reword documentation for some operations
authorCherry Mui <cherryyz@google.com>
Wed, 17 Dec 2025 16:20:25 +0000 (11:20 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 19 Dec 2025 17:45:51 +0000 (09:45 -0800)
commit4411edf9721cb4cdb0a5b81b9511ff7472581519
tree2673b2d87bce59fd0a7572977222c1ba226b77e9
parent7d9418a19c7c62c21fd2931d947a500c58ce833c
simd/archsimd: reword documentation for some operations

- Min/Max: make it clear it is elementwise.
- RoundToEven: clarify it is rounding tie to even.
- MulEvenWiden: use mathematical form of the index.
- CopySign: use parameter names directly.
- ConcatShiftBytesRight: rename the parameter.

Change-Id: I4cf0773c4daf3e3bf7b26e79d84ac5c2a9145c88
Reviewed-on: https://go-review.googlesource.com/c/go/+/731421
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/archsimd/_gen/simdgen/ops/FPonlyArith/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/IntOnlyArith/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/MinMax/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/Moves/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/Moves/go.yaml
src/simd/archsimd/_gen/simdgen/ops/Mul/categories.yaml
src/simd/archsimd/ops_amd64.go