]> Cypherpunks repositories - gostls13.git/commit
simd/archsimd: skip tests if AVX is not available
authorCherry Mui <cherryyz@google.com>
Sat, 13 Dec 2025 03:33:57 +0000 (22:33 -0500)
committerDavid Chase <drchase@google.com>
Sat, 13 Dec 2025 15:51:12 +0000 (07:51 -0800)
commit1b291b70dff51732415da5b68debe323704d8e8d
tree52825a17d1e6fc8b05cc5b4976f9ed8d4955eaf1
parentd30884ba1f798b9604fa6586c6d50ca5de8655d5
simd/archsimd: skip tests if AVX is not available

The simd operations require AVX. If AVX is not available, skip the
tests.

Change-Id: I3c384ba07e1e6c2c198dfb27bc84a2e27f825680
Reviewed-on: https://go-review.googlesource.com/c/go/+/729820
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/simd/archsimd/internal/simd_test/simd_test.go
src/simd/archsimd/pkginternal_test.go