- 5a0f066 cpu: support non-linux OS for riscv64 by Meng Zhuo · 2 years, 7 months ago
- 9f5ed59 cpu: use xgetbv intrinsic by Ian Lance Taylor · 2 years, 8 months ago
- b5fbb47 all: gofmt by Russ Cox · 2 years, 10 months ago
- 0a89baf cpu: add basic support for GOARCH=loong64 by limeidan · 2 years, 10 months ago
- b874c99 cpu: fix typo in comments by Johan Van de Wauw · 2 years, 11 months ago internal-branch.go1.18-vendor
- 97ca703 cpu: remove the declaration of function darwinSupportsAVX512 by zhouguangyuan · 3 years, 2 months ago
- 7861aae cpu: pretend AVX-512 is disabled on Darwin by Keith Randall · 3 years, 3 months ago
- 808efd9 cpu: enable TestARM64minimalFeatures on darwin/arm64 by Tobias Klauser · 3 years, 4 months ago
- 63515b4 cpu: add support for detecting cmpxchg16b by zhangyunhao · 3 years, 7 months ago
- b0526f3 cpu: set PPC64.IsPOWER8 for Power9 on aix by Tobias Klauser · 3 years, 9 months ago internal-branch.go1.17-vendor
- b677753 cpu: fix AVX512 support detection on Darwin by Vaughn Iverson · 4 years ago
- 8feff5d cpu: add //go:build lines to assembly files by Tobias Klauser · 3 years, 9 months ago
- 9a76102 all: go fmt ./... by Russ Cox · 4 years ago
- 0a15ea8 *: use more precise build tags by Tamir Duberstein · 4 years, 2 months ago
- 201ba4d cpu: make x/sys/cpu build on non-linux mips64x by Joel Sing · 4 years, 3 months ago
- 708e7fb cpu: add support for zos/s390x by Bill O'Farrell · 4 years, 3 months ago
- ef9fd89 cpu: read ARM64 registers using sysctl(3) on netbsd/arm64 by Tobias Klauser · 4 years, 3 months ago
- fb209a7 cpu: refactor parsing of ARM64 registers into separate function by Tobias Klauser · 4 years, 3 months ago
- 98379d0 cpu: avoid illegal instruction on openbsd/arm64 by Tobias Klauser · 4 years, 3 months ago
- 006507a cpu: add support for detecting AVX-512 by Anton Kuklin · 4 years, 4 months ago
- d9f96fd all: add GOOS=ios by Cherry Zhang · 4 years, 4 months ago
- d785dc2 cpu: add missing build tag for linux by Joel Sing · 4 years, 5 months ago
- 0cf7623 cpu: add GODEBUG options to disable use of instruction set extensions by Polina Osadcha · 4 years, 7 months ago
- f1bc736 cpu: adjust godoc comment for hostByteOrder by Tobias Klauser · 4 years, 7 months ago
- 2780627 cpu: add all GOARCHes supported by gccgo by Tobias Klauser · 4 years, 7 months ago
- 0598657 cpu: avoid illegal instruction on netbsd/arm64 by Benny Siegert · 4 years, 8 months ago
- 1151b9d cpu: add support for gccgo on aix by Clément Chigot · 4 years, 8 months ago
- 062a440 cpu: add mips64x feature detection by Tobias Klauser · 5 years ago
- 59e60aa cpu: don't read ARM64 registers on Android by Tobias Klauser · 5 years ago
- 85b82a3 cpu: support reading arm64 CPU feature registers by Tobias Klauser · 5 years ago
- 344fec8 cpu: don't redeclare doinit on ppc64le by Tobias Klauser · 5 years ago
- 2f3576d cpu: add basic support for GOARCH=riscv64 by Tobias Klauser · 5 years ago
- e43da5d cpu: move empty doinit to own file by Tobias Klauser · 5 years ago
- c990c68 cpu: support ARM feature detection on Linux by John Papandriopoulos · 5 years ago
- 7ad0cfa cpu: remove encoding/binary dependency by Brad Fitzpatrick · 5 years ago
- 749cb33 cpu: add a space before build tag comment by Tobias Klauser · 5 years ago
- 5219a1e cpu: add missing linkname for libc_getsystemcfg on aix/ppc64 by Tobias Klauser · 6 years ago
- 3626398 cpu: don't depend on the golang.org/x/sys/unix package for AIX by Brad Fitzpatrick · 6 years ago
- fead790 cpu: use unix.Getsystemcfg to detect POWER8/POWER9 on aix/ppc64 by Tobias Klauser · 6 years ago
- 584f3b1 cpu: add build tag to cpu_wasm.go by Ian Lance Taylor · 6 years ago
- b354f8b cpu: define cacheLineSize and doinit for WASM by Bryan C. Mills · 6 years ago
- 6c9a33b cpu: add CPU features for s390x by Michael Munday · 6 years ago
- 92a0ff1 cpu: don't panic on error reading /proc/self/auxv by Tobias Klauser · 6 years ago
- b4e8571 cpu: fix build for GOARCH=ppc64{,le} on GOOS!=linux by Tobias Klauser · 6 years ago
- 153ac47 cpu: unexport HWCap and HWCap2 by Michael Munday · 6 years ago
- d0b11bd cpu: fix auxval parsing on big-endian systems by Michael Munday · 6 years ago
- e777721 cpu: fix build for GOARCH=arm64 on GOOS!=linux by Tobias Klauser · 6 years ago
- 2970a37 cpu: detect RDRAND and RDSEED instructions on x86 by Tobias Klauser · 6 years ago
- 20be8e5 cpu: add linux/ppc64x by Carlos Eduardo Seo · 6 years ago
- 70b957f cpu: add linux/arm64 by Meng Zhuo · 6 years ago
- 9527bec cpu: fix gccgo build by Ian Lance Taylor · 7 years ago
- bc2ef10 cpu: add gccgo implementation by Alex Vaghin · 7 years ago
- 538ab54 cpu: introduce and export type CacheLinePad by Tobias Klauser · 7 years ago
- 7db1c3b cpu: use t.Fatal instead of t.Fatalf by Tobias Klauser · 7 years ago
- 4adea00 cpu: new package by Andreas Auernhammer · 7 years ago