1. ca67895 Merge pull request #252 from fbarchard/cortex_x4 by Digant Desai · 2 weeks ago upstream/main
  2. 2ceea8a Merge pull request #240 from prashanthswami/use-cluster-cpus by Digant Desai · 2 weeks ago
  3. 4c61c5e Add Cortex X4, A720 and A520 by Frank Barchard · 3 weeks ago
  4. 05332fd add FreeBSD support (#172) by cyyever · 8 weeks ago
  5. eb966b3 Use cluster_cpus_list to detect clusters for ARM by Prashanth Swaminathan · 3 months ago
  6. 3c8b153 add detection for intel new isa: avx_ne_convert, avx_vnni_int8, avx_vnni_int16 (#232) by Ma Mingfei · 3 months ago
  7. 5de5c70 Fixing Ampere Altra Processor detection (#237) by Ozan Aydin · 3 months ago
  8. f42f5ea Add detection for Intel Advanced Matrix Extensions (AMX) instructions (#231) by Ma Mingfei · 4 months ago
  9. 6543fec Include support for Windows on Arm on BUILD.bazel along with proper Volterra detection (#220) by Everton Constantino · 4 months ago
  10. fb08ae0 Bazel-support: Add MODUEL.bazel to support Bzlmod (#229) by Vertexwahn · 4 months ago
  11. aa4b216 Merge pull request #225 from fbarchard/break by Digant Desai · 5 months ago
  12. 3990771 Add missing break to cpuinfo_x86_decode_cache_descriptor by Frank Barchard · 5 months ago
  13. 9484a6c ci: Add an Ubuntu:22.04 builder for RISC-V (#219) by Mark Ryan · 6 months ago
  14. 434970b Upgrade to warning when name is truncated (#216) by Prashanth Swaminathan · 6 months ago
  15. 9321265 Fix RISC-V Linux build again (#215) by Mark Ryan · 6 months ago
  16. 76cc10d Run Bazel build in Github Actions (#213) by Prashanth Swaminathan · 7 months ago
  17. 0502736 Adjust log levels of /proc/cpuinfo parsing (#209) by Prashanth Swaminathan · 7 months ago
  18. 42bff7a Add .clang-format to enforce project style (#204) by Prashanth Swaminathan · 7 months ago
  19. 313524a Fix RISC-V Linux build (#212) by Mark Ryan · 7 months ago
  20. 2f4c278 Improve smallfile callback (#211) by Iacopo Colonnelli · 8 months ago
  21. b8b29a1 Fix chipset enum name to include 'vendor_' (#210) by Prashanth Swaminathan · 8 months ago
  22. 9d80992 Fix CPU_SET dynamic allocation and leak (#205) by Prashanth Swaminathan · 8 months ago
  23. ef63460 Add android_riscv64 to BUILD.bazel (#201) by Prashanth Swaminathan · 8 months ago
  24. 20bd32c [arm] fix the logic for identifying the valid processors (#197) by snadampal · 8 months ago
  25. 9f13d15 Fix size check of max processor count (#199) by Prashanth Swaminathan · 8 months ago
  26. 4e5be9e Add limited support for RISC-V initialization (#190) by Prashanth Swaminathan · 9 months ago
  27. d6860c4 Add detection of Intel x86 AVX-VNNI instructions. (#196) by Quentin Khan · 9 months ago
  28. 76d5e8f Add support for Arm Neoverse V2 (#194) by Paolo · 9 months ago
  29. 959002f Include intrin.h MSVC header in cpuinfo/utils.h by Marat Dukhan · 12 months ago
  30. 9df83fa Support building for ARM Linux with GLibC older than 2.16 by Marat Dukhan · 12 months ago
  31. dce131b Work around faulty implementations of NEON DOT instructions by Marat Dukhan · 12 months ago
  32. 3c8583d Don't consider Cortex-A65 in AArch32 ISA detection by Marat Dukhan · 12 months ago
  33. c15d537 Remove redundant newline after match_t by Marat Dukhan · 12 months ago
  34. e00b485 Detect Unisoc T-series chipsets by Marat Dukhan · 12 months ago
  35. 8eab202 Remove redundant architecture version check in aarch32-isa.c by Marat Dukhan · 12 months ago
  36. 6bd1626 Fix a bug in load_u24le introduced in #178 by Marat Dukhan · 12 months ago
  37. 8dd6817 Workaround unimplemented GetMaximumProcessorGroupCount on WINE by Marat Dukhan · 12 months ago
  38. baa1ee9 Fix UB in load_u16le/load_u24le/load_u32le by Marat Dukhan · 12 months ago
  39. e4a5073 Enable CXX only when needed for tests/benchmarks by James Hilliard · 1 year, 6 months ago
  40. 0a85bfe Remove redudant ctype.h include by Marat Dukhan · 12 months ago
  41. 859edec Update CMakeLists.txt: Add cmake 3.27 support by Changming Sun · 12 months ago
  42. c13d0bb Refactor reporting of Neoverse cores in cpu-info by Marat Dukhan · 12 months ago
  43. 2ad28d1 Simplify registry helper functions for Windows on Arm by Lingkai Dong · 12 months ago
  44. 645c28c Fix char width mismatch on Windows on Arm by Lingkai Dong · 1 year ago
  45. 6c983c5 Fix buffer overflow when counting uarchs on Windows on Arm by Lingkai Dong · 1 year ago
  46. a00dacd Fix the size of uarchs array on Windows on Arm by Lingkai Dong · 1 year ago
  47. d2a729c Fix reporting of processor found in Windows registry on Arm by Lingkai Dong · 1 year ago
  48. fb31a58 Ensure initialization is done only once on Windows on Arm by Lingkai Dong · 1 year ago
  49. f4c4169 Match the chip name of Microsoft Windows Dev Kit 2023 by Lingkai Dong · 1 year ago
  50. d7069b3 Revert "Add support for some special qualcomm SoCs. (#67)" by Marat Dukhan · 1 year ago
  51. 60480b7 Use AArch64-only big.LITTLE cores to detect AArch32 ISA by Marat Dukhan · 1 year ago
  52. 4e72fe7 Fix ISA detection on ARM64 Windows by Marat Dukhan · 1 year ago
  53. 4772765 Fix warning in cpuinfo_arm_fixup_raspberry_pi_chipset by Marat Dukhan · 1 year ago
  54. 81a5aae Detect AArch64-only big.LITTLE cores in AArch32 by Marat Dukhan · 1 year ago
  55. 87d8234 Detect ARMv8 AArch32 ISA via features by Marat Dukhan · 1 year ago
  56. 374c0bb Clean-up CPU Part -> uArch decoding on ARM by Marat Dukhan · 1 year ago
  57. 6daa51d Add darwin_x86_64 CPU handling by Keith Smiley · 1 year, 5 months ago
  58. 9b44b01 Fix arm-cache-test on AArch64 by Marat Dukhan · 1 year ago
  59. 139e58e Fix detection of CPU vendor on ARM (#156) by Marat Dukhan · 1 year ago
  60. afb02fc Fix potential uninitialized variable UB (#157) by Marat Dukhan · 1 year ago
  61. 2345d3a Detect Cortex-A715 and Cortex-X3 cores (#155) by Marat Dukhan · 1 year ago
  62. ba6d42e Refactor detection of AMD Zen..Zen 4 cores (#154) by Marat Dukhan · 1 year ago
  63. 512e9d0 cmake: add USE_SYSTEM_* options (#153) by Connor Baker · 1 year, 1 month ago
  64. 5366f69 Improve Windows Unicode support (#141) by Richard Townsend · 1 year, 1 month ago
  65. a4dc1da Adding support for detection of AMD Zen4 CPUs (#151) by Naveen Kumar · 1 year, 1 month ago
  66. f44a9da Enable tvOS and watchOS (#147) by Yi Wang · 1 year, 3 months ago
  67. b16eacd Add read-only permissions by Pedro Kaj Kjellerup Nacht · 1 year, 3 months ago
  68. c9e0366 Return unknown chip when Windows Registry processor name is unknown by Radek Bartoň · 1 year, 3 months ago
  69. bc7c739 Add profiles for Microsoft Windows Dev Kit 2023 and Ampere Altra by Radek Bartoň · 1 year, 4 months ago
  70. eb4a667 gtest-1.13.0 requires c++14 by Alfredo Tupone · 1 year, 6 months ago
  71. db43772 Remove workaround for Wine by Brendan Shanks · 1 year, 6 months ago
  72. 3dc3103 Refactor logging and remove dependency on clog by Marat Dukhan · 1 year, 6 months ago
  73. 6481e8b Detect AVX512-FP16 extension by Marat Dukhan · 1 year, 7 months ago
  74. 5fd22ca Detect ARMv8.2 FP16 extension on Cortex-A75 by Marat Dukhan · 1 year, 7 months ago
  75. 9ab0aa2 Fix armv8 linux build by Stepan Kargaltsev · 1 year, 10 months ago
  76. cd54ed5 Support MSVC cross-builds in CMakeLists by Marat Dukhan · 1 year, 9 months ago
  77. de2fa78 Support UWP build with CMakePresets.json (#116) by Park DongHa · 1 year, 11 months ago
  78. 8ec7bd9 Merge pull request #113 from huydhn/fix-deps by Huy Do · 2 years ago
  79. 7a4c328 Fix clog deps target by Huy Do · 2 years ago
  80. 49610f8 Refactor uarch and ISA detection on iOS (#110) by Marat Dukhan · 2 years ago
  81. 14c3bc4 Report I8MM extension in the isa-info utility (#111) by Marat Dukhan · 2 years ago
  82. beb46ca Minor refactoring of iOS/Mac feature detection on ARM/ARM64 (#108) by Marat Dukhan · 2 years ago
  83. e3c68b7 Use full syntax for ADD_TEST CMake command (#107) by Marat Dukhan · 2 years ago
  84. ef32e58 Detect Cortex-A710/-A510/-X2 cores (#109) by Marat Dukhan · 2 years ago
  85. 09d8642 Add support for Arm FHM (#102) by Kulin Seth · 2 years ago
  86. 503937b Use sysctls available in macOS 12 / iOS 15 for hardware feature support. (#100) by Kulin Seth · 2 years ago
  87. 5e63739 Add bazel support for iOS arm64 simulator (#105) by Keith Smiley · 2 years ago
  88. 60324e2 Add support for Arm I8MM (#103) by Kulin Seth · 2 years ago
  89. 0c5d431 Add Arm BF16 support for Apple platforms (#104) by Kulin Seth · 2 years, 1 month ago
  90. 53298db Cleanup detection of ARM BF16 extension (#98) by Marat Dukhan · 2 years, 1 month ago
  91. 9d65bfa Update README.md to use 'macOS' and list support for Apple silicon (#99) by Kulin Seth · 2 years, 1 month ago
  92. 4c54515 [GHA] Add build workflow (#97) by Nikita Shulga · 2 years, 1 month ago
  93. 4b5a76c Make clog compatible with Hexagon toolchain (#95) by Marat Dukhan · 2 years, 1 month ago
  94. 44d0af8 Always check for x86-ish with the same regex. (#93) by Billy O'Neal · 2 years, 1 month ago
  95. 1baac2b Enable win-arm64 (#82) by gaborkertesz-linaro · 2 years, 1 month ago
  96. ab5c79f Update googlebenchmark to 1.6.1 (#86) by gaborkertesz-linaro · 2 years, 1 month ago
  97. 082deff Define namespace prefixed alias for cpuinfo in the CMake build (#89) by Petr Hosek · 2 years, 1 month ago
  98. 9fa6219 Fix arm build when -Werror enabled (#91) by Weiyi Wang · 2 years, 2 months ago
  99. b40bae2 Add support for Bazel build system (#81) by Vertexwahn · 2 years, 4 months ago
  100. ba0f4a2 Support CMake find_package (#69) by Park DongHa · 2 years, 4 months ago