| commit | 38ebf4150f9b8b3b3345ee2a1f7cfb0d774567f8 | [log] [tgz] |
|---|---|---|
| author | Meng Zhuo <mzh@golangcn.org> | Fri Sep 08 18:06:35 2023 +0800 |
| committer | M Zhuo <mzh@golangcn.org> | Wed Sep 13 01:34:38 2023 +0000 |
| tree | 0161529087e38e81cc3196c9dbac72b13d68a357 | |
| parent | fdc7ef407104d5096369560bf5f4c1018798ca79 [diff] |
cpu: fix wrong cache line size of riscv64 This CL follows CL526659 as cache line should be 64 Bytes Change-Id: Id3a49dbfbfad6aeb439eb5e585fd2d6228a3d3ed Reviewed-on: https://go-review.googlesource.com/c/sys/+/526935 Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> 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.