commit | 0c18c88c715857ea966c4fcc1a5d23841443feb2 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Tue Jul 16 16:38:00 2024 -0700 |
committer | Roland Shoemaker <roland@golang.org> | Wed Jul 17 01:04:09 2024 +0000 |
tree | 26c88f9740e293198e86fc4321caaeee458ef4ae | |
parent | dce4e64e6654a3553efaf67a1acbdd5865f621ba [diff] |
cpu: add DIT option and hwcap DIT support Follow-up to https://go.dev/cl/597377, add a option for DIT so it can be set via GODEBUG, and add hwcap support for Linux. Change-Id: Ib094b520edea9c099d37f121b09d02b31644a433 Reviewed-on: https://go-review.googlesource.com/c/sys/+/598719 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.