]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: initialize directory to make it suitable for testing SIMD
authorDavid Chase <drchase@google.com>
Wed, 28 May 2025 17:19:16 +0000 (13:19 -0400)
committerDavid Chase <drchase@google.com>
Wed, 28 May 2025 21:08:17 +0000 (14:08 -0700)
commitfdb067d946d45869ad3eae6cb2d447c1ad4f6cc4
tree80803b74a4c4d20ffd9bb4e57e949bfaeb168d6e
parent11d2b28bffb82e0ad0bc102812bed86ce81a1959
[dev.simd] simd: initialize directory to make it suitable for testing SIMD

this is a multistep operation between two repos to coordinate
this move.  First copy internal/simd top simd (and adjust so
that it works with future generated SIMD), after this lands,
update golang/arch/internal/simdgen to target this directory
and add it to the end-to-end test (which will also be added
once it works and is truly end-to-end), finally remove internal/simd
once the updated generator has been submitted.

Change-Id: If372baadc0c02e47cc32bc55b39ac19d551b2b21
Reviewed-on: https://go-review.googlesource.com/c/go/+/676955
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/simd/dummy.s [new file with mode: 0644]
src/simd/testdata/sample.go [new file with mode: 0644]