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