go/src/internal/cpu
Guoqi Chen 065c1359e1 internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64
Change-Id: Ic5580c4ee006d87b3152ae5de7b25fb532c6a33f
Reviewed-on: https://go-review.googlesource.com/c/go/+/612976
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Martin Möhrmann <martin@golang.org>
2024-10-04 14:49:31 +00:00
..
cpu.go internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 2024-10-04 14:49:31 +00:00
cpu.s
cpu_arm.go runtime: on arm32, detect whether we have sync instructions 2023-10-31 20:38:55 +00:00
cpu_arm64.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64.s internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64_android.go
cpu_arm64_darwin.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64_freebsd.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64_hwcap.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64_linux.go
cpu_arm64_openbsd.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu_arm64_other.go
cpu_loong64.go internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 2024-10-04 14:49:31 +00:00
cpu_loong64.s internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 2024-10-04 14:49:31 +00:00
cpu_loong64_hwcap.go internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 2024-10-04 14:49:31 +00:00
cpu_loong64_linux.go internal/cpu, runtime: make linux/loong64 HWCAP data available 2024-08-29 09:15:06 +00:00
cpu_mips.go
cpu_mips64x.go
cpu_mipsle.go
cpu_no_name.go
cpu_ppc64x.go
cpu_ppc64x_aix.go
cpu_ppc64x_linux.go
cpu_ppc64x_other.go
cpu_riscv64.go internal/cpu: fix wrong cache line size of riscv64 2023-09-12 01:18:38 +00:00
cpu_s390x.go
cpu_s390x.s cmd/asm: fix the KMCTR instruction encoding and argument passing 2023-11-22 03:55:32 +00:00
cpu_s390x_test.go
cpu_test.go all: use ^TestName$ regular pattern for invoking a single test 2023-09-05 23:35:29 +00:00
cpu_wasm.go
cpu_x86.go runtime: add ERMS-based memmove support for modern CPU platforms 2024-07-22 21:22:16 +00:00
cpu_x86.s
cpu_x86_test.go internal/cpu: detect support of AVX512 2023-11-15 18:30:03 +00:00
export_test.go
export_x86_test.go