]> Cypherpunks repositories - gostls13.git/commit
test/codegen: codify handling of floating point constants on arm64
authorJoel Sing <joel@sing.id.au>
Mon, 15 Sep 2025 10:10:05 +0000 (20:10 +1000)
committerGopher Robot <gobot@golang.org>
Tue, 30 Sep 2025 21:49:25 +0000 (14:49 -0700)
commit4ff8a457dbe68388a6e2451c78c7ea615f570cda
treea9e7295b180e7f638c543b782f9f767be73aab6e
parentfcb893fc4b615774f8cdd050e17ad227998e512a
test/codegen: codify handling of floating point constants on arm64

While here, reorder Float32ConstantStore/Float64ConstantStore for
consistency.

Change-Id: Ic1b3e9f9474965d15bc94518d78d1a4a7bda93f3
Reviewed-on: https://go-review.googlesource.com/c/go/+/703756
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Joel Sing <joel@sing.id.au>
Reviewed-by: Keith Randall <khr@google.com>
test/codegen/floats.go