]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: add MIPS64x feature detection
authorMeng Zhuo <mengzhuo1203@gmail.com>
Fri, 28 Feb 2020 12:14:18 +0000 (20:14 +0800)
committerKeith Randall <khr@golang.org>
Fri, 28 Feb 2020 23:18:52 +0000 (23:18 +0000)
commite48a83f077e47bd015d4b57e63e9b6fb5e77dc8b
tree2e2e0c0cf8900eefef85f447d2e673b8b1da93f7
parent618126b9895db7f29a861caa4e330d149858ff56
internal/cpu: add MIPS64x feature detection

Change-Id: Iacdad1758aa15e4703fccef38c08ecb338b95fd7
Reviewed-on: https://go-review.googlesource.com/c/go/+/200579
Run-TryBot: Meng Zhuo <mengzhuo1203@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/internal/cpu/cpu.go
src/internal/cpu/cpu_mips64.go [deleted file]
src/internal/cpu/cpu_mips64le.go [deleted file]
src/internal/cpu/cpu_mips64x.go [new file with mode: 0644]
src/internal/cpu/cpu_no_init.go
src/runtime/os_linux_mips64x.go