]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: move tests to a subdirectory to declutter "simd"
authorDavid Chase <drchase@google.com>
Thu, 21 Aug 2025 16:02:46 +0000 (12:02 -0400)
committerDavid Chase <drchase@google.com>
Thu, 21 Aug 2025 19:47:20 +0000 (12:47 -0700)
commit3f6bab5791725992e96f9a7d1fe16a66d3a54db8
tree26120f9ee167277667ecb422ecd4d3862efb1831
parentaea0a5e8d71db28c84b11cc292976dff44992e7b
[dev.simd] simd: move tests to a subdirectory to declutter "simd"

Change-Id: I5bfa97e30eb9739f2cc2f2282e54666f6786d98a
Reviewed-on: https://go-review.googlesource.com/c/go/+/698175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
15 files changed:
src/simd/genfiles.go
src/simd/internal/simd_test/binary_helpers_test.go [moved from src/simd/binary_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/binary_test.go [moved from src/simd/binary_test.go with 100% similarity]
src/simd/internal/simd_test/compare_helpers_test.go [moved from src/simd/compare_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/compare_test.go [moved from src/simd/compare_test.go with 100% similarity]
src/simd/internal/simd_test/comparemasked_helpers_test.go [moved from src/simd/comparemasked_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/helpers_test.go [moved from src/simd/helpers_test.go with 100% similarity]
src/simd/internal/simd_test/no_tag.go [new file with mode: 0644]
src/simd/internal/simd_test/simd_test.go [moved from src/simd/simd_test.go with 100% similarity]
src/simd/internal/simd_test/simulation_helpers_test.go [moved from src/simd/simulation_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/slicepart_test.go [moved from src/simd/slicepart_test.go with 100% similarity]
src/simd/internal/simd_test/ternary_helpers_test.go [moved from src/simd/ternary_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/ternary_test.go [moved from src/simd/ternary_test.go with 100% similarity]
src/simd/internal/simd_test/unary_helpers_test.go [moved from src/simd/unary_helpers_test.go with 100% similarity]
src/simd/internal/simd_test/unary_test.go [moved from src/simd/unary_test.go with 100% similarity]