sys/cpu
Tobias Klauser 062a44052d cpu: add mips64x feature detection
Follow CL 200579

Change-Id: Ibedd6569bda3d7836ccb77a7746ed0e5df13c633
Reviewed-on: https://go-review.googlesource.com/c/sys/+/221698
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-03-02 08:32:56 +00:00
..
asm_aix_ppc64.s cpu: don't depend on the golang.org/x/sys/unix package for AIX 2019-05-28 18:36:47 +00:00
byteorder.go cpu: remove encoding/binary dependency 2019-09-11 20:15:28 +00:00
cpu.go cpu: add mips64x feature detection 2020-03-02 08:32:56 +00:00
cpu_aix_ppc64.go cpu: don't depend on the golang.org/x/sys/unix package for AIX 2019-05-28 18:36:47 +00:00
cpu_arm.go cpu: support ARM feature detection on Linux 2019-09-27 07:32:44 +00:00
cpu_arm64.go cpu: don't read ARM64 registers on Android 2020-01-17 14:54:32 +00:00
cpu_arm64.s cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_gc_arm64.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_gc_s390x.go cpu: add CPU features for s390x 2019-02-28 11:51:10 +00:00
cpu_gc_x86.go cpu: fix gccgo build 2018-06-06 20:27:47 +00:00
cpu_gccgo_arm64.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_gccgo_s390x.go cpu: add CPU features for s390x 2019-02-28 11:51:10 +00:00
cpu_gccgo_x86.c cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_gccgo_x86.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_linux.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_linux_arm.go cpu: support ARM feature detection on Linux 2019-09-27 07:32:44 +00:00
cpu_linux_arm64.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_linux_mips64x.go cpu: add mips64x feature detection 2020-03-02 08:32:56 +00:00
cpu_linux_noinit.go cpu: add mips64x feature detection 2020-03-02 08:32:56 +00:00
cpu_linux_ppc64x.go cpu: fix build for GOARCH=ppc64{,le} on GOOS!=linux 2019-02-21 07:52:27 +00:00
cpu_linux_s390x.go cpu: add CPU features for s390x 2019-02-28 11:51:10 +00:00
cpu_mips64x.go cpu: move empty doinit to own file 2019-11-13 15:46:56 +00:00
cpu_mipsx.go cpu: move empty doinit to own file 2019-11-13 15:46:56 +00:00
cpu_other_arm64.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
cpu_riscv64.go cpu: add basic support for GOARCH=riscv64 2019-11-13 15:47:02 +00:00
cpu_s390x.s cpu: add CPU features for s390x 2019-02-28 11:51:10 +00:00
cpu_test.go cpu: add mips64x feature detection 2020-03-02 08:32:56 +00:00
cpu_wasm.go cpu: move empty doinit to own file 2019-11-13 15:46:56 +00:00
cpu_x86.go cpu: don't panic on error reading /proc/self/auxv 2019-02-28 07:16:10 +00:00
cpu_x86.s cpu: add gccgo implementation 2018-06-06 16:53:29 +00:00
hwcap_linux.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
syscall_aix_ppc64_gc.go cpu: add missing linkname for libc_getsystemcfg on aix/ppc64 2019-05-29 13:00:38 +00:00