diff options
| author | Matthew Horsnell <matthew.horsnell@gmail.com> | 2022-06-28 14:25:58 +0100 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-11-08 23:11:32 +0000 |
| commit | fe4e59e78b30fb76936fdc02fa0ce044ca465c09 (patch) | |
| tree | 56d3045208dc5663e9fa7054546b3577778ff2df /src/runtime | |
| parent | 896faf306c8ff8b1ae9f5200fa9b7927432b632b (diff) | |
| download | go-fe4e59e78b30fb76936fdc02fa0ce044ca465c09.tar.xz | |
runtime internal/cpu: rename "Zeus" "NeoverseV1".
Rename "Zeus" to "NeoverseV1" for the partnum 0xd40 to be
consistent with the documentation of MIDR_EL1 as described in
https://developer.arm.com/documentation/101427/0101/?lang=en
Change-Id: I2e3d5ec76b953a831cb4ab0438bc1c403648644b
Reviewed-on: https://go-review.googlesource.com/c/go/+/414775
Reviewed-by: Jonathan Swinney <jswinney@amazon.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Eric Fang <eric.fang@arm.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/cpuflags_arm64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/cpuflags_arm64.go b/src/runtime/cpuflags_arm64.go index 7576bef4a7..a0f1d114d8 100644 --- a/src/runtime/cpuflags_arm64.go +++ b/src/runtime/cpuflags_arm64.go @@ -11,7 +11,7 @@ import ( var arm64UseAlignedLoads bool func init() { - if cpu.ARM64.IsNeoverseN1 || cpu.ARM64.IsZeus { + if cpu.ARM64.IsNeoverseN1 || cpu.ARM64.IsNeoverseV1 { arm64UseAlignedLoads = true } } |
