commit | 097aeb1e7accfa1038f6f6b6f31a1a6493e63d99 | [log] [tgz] |
---|---|---|
author | Austin Clements <austin@google.com> | Mon May 19 20:09:00 2025 -0400 |
committer | Gopher Robot <gobot@golang.org> | Tue May 20 09:05:14 2025 -0700 |
tree | b9417501f93fefee6fc8e1daccaf20b15f637ea5 | |
parent | ca84b2ccdbe04587d9f0bddda2d3b22e4ee9f31b [diff] |
internal/ximdgen: drop $xi/$xf shorthands These were string shorthands for x86 integer and float suffixes, respectively, but in practice they were easy to confuse with unification variables (also $<varname>) and just required knowing more stuff in order to understand the unification rules. Drop them and just spell it out. Change-Id: I38a0446e428a92c9e89be4e90d1beff16e48e714 Reviewed-on: https://go-review.googlesource.com/c/arch/+/674177 Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/arch.
The main issue tracker for the arch repository is located at https://go.dev/issues. Prefix your issue with “x/arch:” in the subject line, so it is easy to find.