]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: add emulated Not method
authorDavid Chase <drchase@google.com>
Thu, 9 Oct 2025 18:44:25 +0000 (14:44 -0400)
committerDavid Chase <drchase@google.com>
Fri, 10 Oct 2025 01:09:15 +0000 (18:09 -0700)
commitbe57d94c4c660a51e1a82d19d9a54be93a9d5f2a
tree6557da79ef23b0b90cd39d90a4fbf03ef52043ae
parentd2270bccbda381a542b77157c9960e4ae90df8ad
[dev.simd] simd: add emulated Not method

this is to help match other SIMD architectures and to
simplify processing of logical expressions for rewriting
to ternary-logical simd instructions.

Change-Id: I3c83afbb399d32ba2ade5f8ef288d4a07e1f3948
Reviewed-on: https://go-review.googlesource.com/c/go/+/710696
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/simd/genfiles.go
src/simd/internal/simd_test/unary_test.go
src/simd/other_gen_amd64.go