]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: add emulations for bitwise ops and for mask/merge methods
authorDavid Chase <drchase@google.com>
Wed, 30 Jul 2025 21:42:10 +0000 (17:42 -0400)
committerDavid Chase <drchase@google.com>
Fri, 8 Aug 2025 15:41:01 +0000 (08:41 -0700)
commit94d72355f662a1c8229db661cc068ea8e901641c
tree170526966c9da8f3a00da43499183930cdf85c5e
parent8eb5f6020e707672a846f0f83011b87e48039550
[dev.simd] simd: add emulations for bitwise ops and for mask/merge methods

This CL adds the emulations under a "wrong name"; subsequent CLs
will move the AVX512 versions of these operations out of the way,
and then will rename these to their better names.

Change-Id: I49e7a73e4fea74fb7bd26cb8062014568d7999ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/692217
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/genfiles.go
src/simd/simd_test.go
src/simd/slice_amd64.go