]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvector loads/stores from slices.
authorDavid Chase <drchase@google.com>
Thu, 26 Jun 2025 21:41:40 +0000 (17:41 -0400)
committerDavid Chase <drchase@google.com>
Tue, 8 Jul 2025 14:07:21 +0000 (07:07 -0700)
commit24f2b8ae2e1ad78464b2f5eacbb6b6cf7bde2a52
treee44f75a37f71ef74ad270930f0c28825dd83520e
parent2bb45cb8a55f5e2fc9c31c3473899f5dcdff7163
[dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvector loads/stores from slices.

Includes tests, which turned out to be necessary.

Change-Id: I13437f3c1b6a614481d4bef332666485dbee4c4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/684839
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/simd_test.go
src/simd/slicepart_amd64.go [new file with mode: 0644]
src/simd/slicepart_test.go [new file with mode: 0644]