]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: add functions+methods to load-from/store-to slices
authorDavid Chase <drchase@google.com>
Thu, 5 Jun 2025 19:09:19 +0000 (15:09 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 6 Jun 2025 03:58:55 +0000 (20:58 -0700)
commit2eaa5a0703167635287457ec562a6005e3397dbf
tree004f4fe00c4fa35960262f593d79c97448c91c75
parent8ecbd59ebb77207202e17489db1a4c02175bb1ae
[dev.simd] simd: add functions+methods to load-from/store-to slices

Includes the generator (which is short and uncomplicated)
and a few tests.

Change-Id: Icba9de042935a59bee34b278306c241b7651f5b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/679258
Auto-Submit: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/go/doc/comment/std_test.go
src/simd/cpu.go
src/simd/genslice.go [new file with mode: 0644]
src/simd/no_tag.go [new file with mode: 0644]
src/simd/simd_test.go
src/simd/slice_amd64.go [new file with mode: 0644]