]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: replace checking loops with call to slice-checker
authorDavid Chase <drchase@google.com>
Fri, 5 Dec 2025 15:17:27 +0000 (10:17 -0500)
committerDavid Chase <drchase@google.com>
Fri, 5 Dec 2025 17:44:25 +0000 (09:44 -0800)
commitf51ee08905b1d8645ae4ce69ccc7906241429816
tree6f1412eb2881760b50c1f22c71799411f2c2645d
parent2b91d96941bb75d5e05d3cdc04bef1a92dfcb6ad
[dev.simd] simd: replace checking loops with call to slice-checker

the function was already there, it works, replace
a loop with a one-line call.

Change-Id: Ie6ff3706c676da6dfc214c0d69577e8e8afc1fb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/727200
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/simd/internal/simd_test/simd_test.go