]> Cypherpunks repositories - gostls13.git/commit
test/codegen: codify bit related code generation for arm64
authorJoel Sing <joel@sing.id.au>
Wed, 24 Dec 2025 08:11:52 +0000 (19:11 +1100)
committerJoel Sing <joel@sing.id.au>
Sat, 3 Jan 2026 03:25:50 +0000 (19:25 -0800)
commitb094749bad125db5b89e48248bbb9c7dc1292a95
treed5a8ca4765fb544c14aee8f7d5b03a0af411808e
parente84983fa40a6e97d3e169f1f3549af889b1b1f22
test/codegen: codify bit related code generation for arm64

Also more consistently include commas after constants to increase
accuracy (i.e. "1," cannot inadvertantly match "10")

Change-Id: I480a73859d2e83354b8e9f94bc73c6563976d0e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/733460
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
test/codegen/bits.go