Change information
Commit message:
simd/archsimd: guard test helpers with amd64 tag
The test helpers load vectors. Currently the load functions are
only available on AMD64, so guard them with the tag. Now
GOEXPERIMENT=simd go test simd/...
doesn't fail on a non-AMD64 machine.
Change-Id: Ie75f1fbb3b91629bc477b3140630bc47a4ef5b63
Files:
- M src/simd/archsimd/_gen/tmplgen/main.go
- M src/simd/archsimd/internal/simd_test/binary_helpers_test.go
- M src/simd/archsimd/internal/simd_test/compare_helpers_test.go
- M src/simd/archsimd/internal/simd_test/comparemasked_helpers_test.go
- M src/simd/archsimd/internal/simd_test/ternary_helpers_test.go
- M src/simd/archsimd/internal/simd_test/unary_helpers_test.go
Change size: S
Delta: 6 files changed, 6 insertions(+), 6 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by David Chase
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI