]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: added String() method to SIMD vectors.
authorDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 16:25:07 +0000 (12:25 -0400)
committerDavid Chase <drchase@google.com>
Fri, 24 Oct 2025 16:19:39 +0000 (09:19 -0700)
commitc75965b666edf8399fc0c56ba0b94c2a4f5e7070
tree6a66b2e4f2f53a1cac87d34f2aee2da6efa6bcdd
parentd03634f8073f82105fda7bf94a2b5cfcb1e69696
[dev.simd] simd: added String() method to SIMD vectors.

this required a little plumbing to get access
to the "good" floating point formatting.

Change-Id: Iebec157c28a39df59351bade53b09a3729fc49c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/711781
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/build/deps_test.go
src/internal/ftoa/ftoa.go [new file with mode: 0644]
src/simd/genfiles.go
src/simd/internal/simd_test/simd_test.go
src/simd/other_gen_amd64.go
src/simd/string.go [new file with mode: 0644]
src/strconv/ftoa.go