sys/cpu
Tamir Duberstein 0a15ea8d9b *: use more precise build tags
s/!gccgo/gc/ in files which use gc-syntax assembly.

Change-Id: Iafc006cd60ad0e429cff182a05c790d80c380802
Reviewed-on: https://go-review.googlesource.com/c/sys/+/269717
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Than McIntosh <thanm@google.com>
2020-11-13 13:57:34 +00:00
..
asm_aix_ppc64.s *: use more precise build tags 2020-11-13 13:57:34 +00:00
byteorder.go cpu: adjust godoc comment for hostByteOrder 2020-06-15 20:00:32 +00:00
cpu.go cpu: add support for detecting AVX-512 2020-09-28 20:51:50 +00:00
cpu_aix.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_arm.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_arm64.go cpu: read ARM64 registers using sysctl(3) on netbsd/arm64 2020-10-24 13:24:49 +00:00
cpu_arm64.s *: use more precise build tags 2020-11-13 13:57:34 +00:00
cpu_gc_arm64.go *: use more precise build tags 2020-11-13 13:57:34 +00:00
cpu_gc_s390x.go *: use more precise build tags 2020-11-13 13:57:34 +00:00
cpu_gc_x86.go *: use more precise build tags 2020-11-13 13:57:34 +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: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +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 missing build tag for linux 2020-08-19 17:11:15 +00:00
cpu_linux_noinit.go cpu: add mips64x feature detection 2020-03-02 08:32:56 +00:00
cpu_linux_ppc64x.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_linux_s390x.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
cpu_mips64x.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_mipsx.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_netbsd_arm64.go cpu: read ARM64 registers using sysctl(3) on netbsd/arm64 2020-10-24 13:24:49 +00:00
cpu_other_arm.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_other_arm64.go cpu: read ARM64 registers using sysctl(3) on netbsd/arm64 2020-10-24 13:24:49 +00:00
cpu_other_mips64x.go cpu: make x/sys/cpu build on non-linux mips64x 2020-10-29 08:09:32 +00:00
cpu_ppc64x.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_riscv64.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_s390x.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
cpu_s390x.s *: use more precise build tags 2020-11-13 13:57:34 +00:00
cpu_s390x_test.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
cpu_test.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
cpu_wasm.go cpu: add GODEBUG options to disable use of instruction set extensions 2020-08-05 06:55:43 +00:00
cpu_x86.go cpu: add support for detecting AVX-512 2020-09-28 20:51:50 +00:00
cpu_x86.s *: use more precise build tags 2020-11-13 13:57:34 +00:00
cpu_zos.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
cpu_zos_s390x.go cpu: add support for zos/s390x 2020-10-28 09:49:53 +00:00
hwcap_linux.go cpu: support reading arm64 CPU feature registers 2019-12-04 07:21:56 +00:00
syscall_aix_gccgo.go cpu: add support for gccgo on aix 2020-05-15 09:58:57 +00:00
syscall_aix_ppc64_gc.go *: use more precise build tags 2020-11-13 13:57:34 +00:00