Skip to content

Commit 5ebe2d0

Browse files
committed
[dev.simd] simd: correct SumAbsDiff documentation
Change-Id: I6bb093615f12bbac5ea4c013a1c47cd5d338fe43 Reviewed-on: https://go-review.googlesource.com/c/go/+/698516 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent a5137ec commit 5ebe2d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/simd/_gen/simdgen/ops/MLOps/categories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
commutative: false
5050
documentation: !string |-
5151
// NAME sums the absolute distance of the two input vectors, each adjacent 8 bytes as a group. The output sum will
52-
// be a vector of word-sized elements whose each 8*n-th element contains the sum of the n-th input group.
52+
// be a vector of word-sized elements whose each 4*n-th element contains the sum of the n-th input group. The other elements in the result vector are zeroed.
5353
// This method could be seen as the norm of the L1 distance of each adjacent 8-byte vector group of the two input vectors.

src/simd/ops_amd64.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)