1. 83c4800 add detection for intel new isa: avx_ne_convert, avx_vnni_int8, avx_vnni_int16 (#232) by Ma Mingfei · 3 weeks ago main
  2. 50d2114 Fixing Ampere Altra Processor detection (#237) by Ozan Aydin · 3 weeks ago
  3. 53526aa Add detection for Intel Advanced Matrix Extensions (AMX) instructions (#231) by Ma Mingfei · 6 weeks ago
  4. 1018740 Include support for Windows on Arm on BUILD.bazel along with proper Volterra detection (#220) by Everton Constantino · 8 weeks ago
  5. 96775f8 Bazel-support: Add MODUEL.bazel to support Bzlmod (#229) by Vertexwahn · 8 weeks ago
  6. a1f56fe Merge pull request #225 from fbarchard/break by Digant Desai · 2 months ago
  7. b2e2259 ci: Add an Ubuntu:22.04 builder for RISC-V (#219) by Mark Ryan · 4 months ago
  8. f1abda4 Upgrade to warning when name is truncated (#216) by Prashanth Swaminathan · 4 months ago
  9. fd40896 Fix RISC-V Linux build again (#215) by Mark Ryan · 4 months ago
  10. 523768d Run Bazel build in Github Actions (#213) by Prashanth Swaminathan · 4 months ago
  11. f7599eb Adjust log levels of /proc/cpuinfo parsing (#209) by Prashanth Swaminathan · 4 months ago
  12. c74555b Add .clang-format to enforce project style (#204) by Prashanth Swaminathan · 4 months ago
  13. d8ad3b0 Fix RISC-V Linux build (#212) by Mark Ryan · 4 months ago
  14. ab2d3bf Improve smallfile callback (#211) by Iacopo Colonnelli · 5 months ago
  15. 5870f45 Fix chipset enum name to include 'vendor_' (#210) by Prashanth Swaminathan · 5 months ago
  16. 46631b4 Fix CPU_SET dynamic allocation and leak (#205) by Prashanth Swaminathan · 5 months ago
  17. 7924d63 Add android_riscv64 to BUILD.bazel (#201) by Prashanth Swaminathan · 6 months ago
  18. df41a2b [arm] fix the logic for identifying the valid processors (#197) by snadampal · 6 months ago
  19. 56ffbee Fix size check of max processor count (#199) by Prashanth Swaminathan · 6 months ago
  20. 3d55e6d Add limited support for RISC-V initialization (#190) by Prashanth Swaminathan · 6 months ago
  21. 33848c0 Add detection of Intel x86 AVX-VNNI instructions. (#196) by Quentin Khan · 6 months ago
  22. e0b42b6 Add support for Arm Neoverse V2 (#194) by Paolo · 7 months ago
  23. e1762fa Include intrin.h MSVC header in cpuinfo/utils.h by Marat Dukhan · 9 months ago
  24. 4a8b846 Support building for ARM Linux with GLibC older than 2.16 by Marat Dukhan · 9 months ago
  25. 9cdaf5d Work around faulty implementations of NEON DOT instructions by Marat Dukhan · 9 months ago
  26. 1bc26ff Don't consider Cortex-A65 in AArch32 ISA detection by Marat Dukhan · 9 months ago
  27. 071fe41 Remove redundant newline after match_t by Marat Dukhan · 9 months ago
  28. fe1425a Detect Unisoc T-series chipsets by Marat Dukhan · 9 months ago
  29. fb3fe1f Remove redundant architecture version check in aarch32-isa.c by Marat Dukhan · 9 months ago
  30. 12ab273 Fix a bug in load_u24le introduced in #178 by Marat Dukhan · 9 months ago
  31. d9a9852 Workaround unimplemented GetMaximumProcessorGroupCount on WINE by Marat Dukhan · 9 months ago
  32. 2fc5438 Fix UB in load_u16le/load_u24le/load_u32le by Marat Dukhan · 9 months ago
  33. f5adb17 Enable CXX only when needed for tests/benchmarks by James Hilliard · 1 year, 3 months ago
  34. ce8c4b2 Remove redudant ctype.h include by Marat Dukhan · 9 months ago
  35. b4614f1 Update CMakeLists.txt: Add cmake 3.27 support by Changming Sun · 9 months ago
  36. d8b0de7 Refactor reporting of Neoverse cores in cpu-info by Marat Dukhan · 9 months ago
  37. 496bf87 Simplify registry helper functions for Windows on Arm by Lingkai Dong · 9 months ago
  38. ec2e5ed Fix char width mismatch on Windows on Arm by Lingkai Dong · 10 months ago
  39. 4db8963 Fix buffer overflow when counting uarchs on Windows on Arm by Lingkai Dong · 10 months ago
  40. 850030b Fix the size of uarchs array on Windows on Arm by Lingkai Dong · 10 months ago
  41. 34fdba6 Fix reporting of processor found in Windows registry on Arm by Lingkai Dong · 10 months ago
  42. 891b1a5 Ensure initialization is done only once on Windows on Arm by Lingkai Dong · 10 months ago
  43. d71fde4 Match the chip name of Microsoft Windows Dev Kit 2023 by Lingkai Dong · 10 months ago
  44. d91ab8a Revert "Add support for some special qualcomm SoCs. (#67)" by Marat Dukhan · 10 months ago
  45. ba7e031 Use AArch64-only big.LITTLE cores to detect AArch32 ISA by Marat Dukhan · 10 months ago
  46. 637a06c Fix ISA detection on ARM64 Windows by Marat Dukhan · 10 months ago
  47. d442caf Fix warning in cpuinfo_arm_fixup_raspberry_pi_chipset by Marat Dukhan · 10 months ago
  48. fc616e8 Detect AArch64-only big.LITTLE cores in AArch32 by Marat Dukhan · 10 months ago
  49. b136b6c Detect ARMv8 AArch32 ISA via features by Marat Dukhan · 10 months ago
  50. 361433f Clean-up CPU Part -> uArch decoding on ARM by Marat Dukhan · 10 months ago
  51. eae7479 Add darwin_x86_64 CPU handling by Keith Smiley · 1 year, 3 months ago
  52. 78ca6eb Fix detection of CPU vendor on ARM (#156) by Marat Dukhan · 10 months ago
  53. 9cb870e Fix potential uninitialized variable UB (#157) by Marat Dukhan · 10 months ago
  54. c20b4df Detect Cortex-A715 and Cortex-X3 cores (#155) by Marat Dukhan · 10 months ago
  55. f6c4745 Refactor detection of AMD Zen..Zen 4 cores (#154) by Marat Dukhan · 10 months ago
  56. 97c9b2c cmake: add USE_SYSTEM_* options (#153) by Connor Baker · 10 months ago
  57. 8057eeb Improve Windows Unicode support (#141) by Richard Townsend · 11 months ago
  58. 13e9f53 Adding support for detection of AMD Zen4 CPUs (#151) by Naveen Kumar · 11 months ago
  59. c019439 Enable tvOS and watchOS (#147) by Yi Wang · 12 months ago
  60. 8ac77c0 Add read-only permissions by Pedro Kaj Kjellerup Nacht · 1 year ago
  61. 7c7534e Return unknown chip when Windows Registry processor name is unknown by Radek Bartoň · 1 year, 1 month ago
  62. 6af1204 Add profiles for Microsoft Windows Dev Kit 2023 and Ampere Altra by Radek Bartoň · 1 year, 2 months ago
  63. 385050d gtest-1.13.0 requires c++14 by Alfredo Tupone · 1 year, 3 months ago
  64. eb00c73 Remove workaround for Wine by Brendan Shanks · 1 year, 3 months ago
  65. deae14b Refactor logging and remove dependency on clog by Marat Dukhan · 1 year, 4 months ago
  66. cdf3bb9 Detect AVX512-FP16 extension by Marat Dukhan · 1 year, 4 months ago
  67. 7b7ce29 Detect ARMv8.2 FP16 extension on Cortex-A75 by Marat Dukhan · 1 year, 4 months ago
  68. bce3828 Fix armv8 linux build by Stepan Kargaltsev · 1 year, 7 months ago
  69. 8fb819e Support MSVC cross-builds in CMakeLists by Marat Dukhan · 1 year, 6 months ago
  70. e77879a Support UWP build with CMakePresets.json (#116) by Park DongHa · 1 year, 8 months ago
  71. 770ca2d Merge pull request #113 from huydhn/fix-deps by Huy Do · 1 year, 9 months ago
  72. 5120da9 Refactor uarch and ISA detection on iOS (#110) by Marat Dukhan · 1 year, 9 months ago
  73. 266ad19 Report I8MM extension in the isa-info utility (#111) by Marat Dukhan · 1 year, 9 months ago
  74. b0fefbc Minor refactoring of iOS/Mac feature detection on ARM/ARM64 (#108) by Marat Dukhan · 1 year, 10 months ago
  75. 981c73b Use full syntax for ADD_TEST CMake command (#107) by Marat Dukhan · 1 year, 10 months ago
  76. d93a1cc Detect Cortex-A710/-A510/-X2 cores (#109) by Marat Dukhan · 1 year, 10 months ago
  77. 1216277 Add support for Arm FHM (#102) by Kulin Seth · 1 year, 10 months ago
  78. d17dc09 Use sysctls available in macOS 12 / iOS 15 for hardware feature support. (#100) by Kulin Seth · 1 year, 10 months ago
  79. bcd3f6f Add bazel support for iOS arm64 simulator (#105) by Keith Smiley · 1 year, 10 months ago
  80. aa647a5 Add support for Arm I8MM (#103) by Kulin Seth · 1 year, 10 months ago
  81. 74540d3 Add Arm BF16 support for Apple platforms (#104) by Kulin Seth · 1 year, 10 months ago
  82. 9faca9a Cleanup detection of ARM BF16 extension (#98) by Marat Dukhan · 1 year, 10 months ago
  83. 94f6a57 Update README.md to use 'macOS' and list support for Apple silicon (#99) by Kulin Seth · 1 year, 10 months ago
  84. 71e7c9a [GHA] Add build workflow (#97) by Nikita Shulga · 1 year, 10 months ago
  85. 4fefb68 Make clog compatible with Hexagon toolchain (#95) by Marat Dukhan · 1 year, 10 months ago
  86. 007bab6 Always check for x86-ish with the same regex. (#93) by Billy O'Neal · 1 year, 10 months ago
  87. 126e3fe Enable win-arm64 (#82) by gaborkertesz-linaro · 1 year, 10 months ago
  88. 3dc3e23 Update googlebenchmark to 1.6.1 (#86) by gaborkertesz-linaro · 1 year, 10 months ago
  89. 13dc4b4 Define namespace prefixed alias for cpuinfo in the CMake build (#89) by Petr Hosek · 1 year, 11 months ago
  90. b7c5411 Fix arm build when -Werror enabled (#91) by Weiyi Wang · 2 years ago
  91. d85894b Add support for Bazel build system (#81) by Vertexwahn · 2 years, 1 month ago
  92. fd59644 Support CMake find_package (#69) by Park DongHa · 2 years, 1 month ago
  93. 12be23a cpuinfo: aarch64: add cache configuration details for neoverse-n1/v1/n2 (#75) by snadampal · 2 years, 2 months ago
  94. 92ba1bc OSS Automated Fix: Addition of Contributing (#27) by Facebook Community Bot · 2 years, 3 months ago
  95. 8d126f3 docs: Fix a few typos (#64) by Tim Gates · 2 years, 3 months ago
  96. b0032e2 OSS Automated Fix: Addition of Code of Conduct (#28) by Facebook Community Bot · 2 years, 3 months ago
  97. 4dba770 Fix CMake build for iOS. (#56) by Oleksii Skidan · 2 years, 3 months ago
  98. f74b35c Add support for some special qualcomm SoCs. (#67) by Fishand · 2 years, 3 months ago
  99. c21ff21 Update googletest to 1.11.0 (#71) by Bensuperpc · 2 years, 6 months ago
  100. 9b596c3 Merge pull request #62 from tkonolige/master by Ashkan Aliabadi · 2 years, 10 months ago