go/src/internal/cpu
Roland Shoemaker 0826b90172 internal/cpu: add DIT detection on arm64
Add support for detecting the DIT feature on ARM64 processors. This
mirrors https://go.dev/cl/597377, but using the platform specific
semantics.

Updates #66450

Change-Id: Ia107e3e3369de7825af70823b485afe2f587358e
Reviewed-on: https://go-review.googlesource.com/c/go/+/598335
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-07-24 18:45:33 +00:00
..
cpu.go internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
cpu.s
cpu_arm.go
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
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
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
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