]> Cypherpunks repositories - gostls13.git/commit
runtime: move ppc64/aix cpu feature detection to internal/cpu
authorMartin Möhrmann <moehrmann@google.com>
Wed, 28 Oct 2020 21:43:59 +0000 (22:43 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Thu, 29 Oct 2020 13:49:26 +0000 (13:49 +0000)
commit96bd0b1d4c34bf22d8fa6d4710cae334b842f37d
tree319afd2b457a9b5bccd96cb2f3d2fa005d1013bf
parentd9725f549f48ae6e4eaf70311f6827173453935b
runtime: move ppc64/aix cpu feature detection to internal/cpu

Additionally removed unused PPC64.IsPOWER8 CPU feature detection.

Change-Id: I1411b03d396a72e08d6d51f8a1d1bad49eaa720e
Reviewed-on: https://go-review.googlesource.com/c/go/+/266077
Trust: Martin Möhrmann <moehrmann@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/internal/cpu/cpu.s [new file with mode: 0644]
src/internal/cpu/cpu_ppc64x.go
src/internal/cpu/cpu_ppc64x_aix.go [new file with mode: 0644]
src/internal/cpu/cpu_ppc64x_linux.go [new file with mode: 0644]
src/runtime/os2_aix.go
src/runtime/os_aix.go