]> Cypherpunks repositories - gostls13.git/commit
simd/archsimd: reword documentation for conversion ops
authorCherry Mui <cherryyz@google.com>
Wed, 17 Dec 2025 19:32:55 +0000 (14:32 -0500)
committerCherry Mui <cherryyz@google.com>
Thu, 18 Dec 2025 16:38:15 +0000 (08:38 -0800)
commitcfc024daebb84b1864f538d60659691ccf3acf30
tree28e0096bbb13da07e59dac4db7939e90bacc7c11
parentad91f5d241f3b8e85dc866d0087c3f13af96ef33
simd/archsimd: reword documentation for conversion ops

Use more compact wording for extension, truncation, and
saturation. Say that we pack the results to the low elements and
zero the high elements if and only if the result has more elements.

Change-Id: Iae98d3c6ea6b5b5fa0acd548471e8d6c70a26d2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/730940
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/simd/archsimd/_gen/simdgen/godefs.go
src/simd/archsimd/_gen/simdgen/ops/Converts/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/Converts/go.yaml
src/simd/archsimd/ops_amd64.go