- e8b4def Bazel support: Sync with current status of BCR and apply fixes for Bazel 9 (#345) by Vertexwahn · 2 days ago upstream/main
- ff24ffe add Cortex A78C midr detect (#354) by fbarchard · 4 days ago
- 161a9ec Fix ARM build -Wlogical-op-parentheses for unisoc detect (#347) by fbarchard · 4 weeks ago
- 403d652 Fix overread asan error of brand_string (#344) by fbarchard · 4 weeks ago
- f858c30 Improve unisoc vendor detection, re-enable neon dot on unknown chipsets (#342) by Gregory Comer · 4 weeks ago
- 1d1dbb4 Fix missing AMD cache info when running on a VM (#338) by Bin Bao · 4 weeks ago
- 952a519 Allow for longer CPU names (#320) by Jimothy Branson · 4 weeks ago
- f1f25cb Fix Unisoc T618 Chipset Detection (#307) by Byoungchan Lee · 4 weeks ago
- 735b2ac Rollback Ignore disabled hyperthreads (#340) by fbarchard · 5 weeks ago
- 9a05d39 Fix windows arm64 build warnings (treated as error) (#332) by fbarchard · 5 weeks ago
- f7b233b Implement missing ISA feature flags for ARM64/Windows (#333) by Anthony Shaw · 5 weeks ago
- d3a86a8 Fix compile warnings in arm/windows (#323) by davidbienvenu · 5 weeks ago
- f01ce87 Add missing ARM-Cortex uarchs (#335) by Anthony Shaw · 5 weeks ago
- 10a95e8 Update googletest and googlebench deps (#337) by Gregory Comer · 5 weeks ago
- 0d5985d Ignore disabled hyperthreads (#291) by Alexander Grund · 6 weeks ago
- 37b484a Fix Samsung Exynos 2000 series chipset detection (#309) by Byoungchan Lee · 6 weeks ago
- 877328f Update CMake minimum requirements to 3.18 (#330) by Nikita Shulga · 3 months ago
- 8a92100 Add Intel Tremont uarch (#305) by fbarchard · 4 months ago
- e414c04 Add aarch64 to the windows arm list (#311) by Yuri Khrustalev · 4 months ago
- 33ed0be Added Emscripten to list of supported systems in CMakeLists.txt (#310) by Conan Truong · 5 months ago
- e4cadd0 Add Intel Gracemont uarch (#303) by fbarchard · 6 months ago
- d742755 Added Willow Cove (#301) by Richard Winterton · 6 months ago
- bac1e85 Add Intel Darkmont uarch (#298) by fbarchard · 6 months ago
- 6c9eb84 Disable neon dot on unknown chipsets on aarch32 (#300) by Gregory Comer · 6 months ago
- 88b498b Add Intel Crestmont uarch (#299) by fbarchard · 6 months ago
- c61fe91 update apple soc info (#290) by Kimish Patel · 7 months ago
- de0ce7c riscv-hw.c: match kernel type in syscall(). (#292) by enh-google · 7 months ago
- 957b852 [CI] Fix riscv64-in-qemu build (#295) by Nikita Shulga · 7 months ago
- 905918f Revert "cmake: rename duplicate names" (#296) by Nikita Shulga · 7 months ago
- 4ab5a58 [CI] Update checkout action to v4 by Nikita Shulga · 7 months ago
- 1961df8 Fix clang format (#294) by Nikita Shulga · 7 months ago
- 48a5942 Merge pull request #284 from 1480c1/xcode by Digant Desai · 7 months ago
- b728a23 Merge pull request #287 from fbarchard/smelen by Digant Desai · 7 months ago
- 2cd6d6d Merge remote-tracking branch 'refs/remotes/origin/smelen' into smelen by Frank Barchard · 9 months ago
- 077e89f Add SME vector length detect by Frank Barchard · 9 months ago
- 81bc2e0 Add SME vector length detect by Frank Barchard · 9 months ago
- 39ea79a Merge pull request #285 from fbarchard/sme2 by Digant Desai · 9 months ago
- 9d27841 isa-tool display SME and SME2 for arm by Frank Barchard · 9 months ago
- a8d118c cmake: rename duplicate names by Christopher Degawa · 9 months ago
- 5e3d244 Merge pull request #246 from dlenski/main by Digant Desai · 9 months ago
- 1a02246 Merge pull request #275 from davidben/func-cast by Digant Desai · 9 months ago
- d6120c7 Merge pull request #283 from ozanMSFT/users/ozanMSFT/refactor-chip-detection by Eli Uriegas · 9 months ago
- 48cea9d - clang reformat by Ozan Aydin · 9 months ago
- 7bca5ef - clang format by Ozan Aydin · 9 months ago
- bf43522 - oryon string by Ozan Aydin · 9 months ago
- 1ba344e - refactor for auto detection by Ozan Aydin · 9 months ago
- b73ae6c Merge pull request #277 from 1480c1/pkg-config-name by Digant Desai · 10 months ago
- 0bfd15d pkg-config: use PROJECT_NAME instead of CMAKE_PROJECT_NAME by Christopher Degawa · 10 months ago
- aaac07e Merge pull request #276 from rrwinterton/main by Digant Desai · 10 months ago
- 05dd959 Update isa.c by Richard Winterton · 10 months ago
- 501b34b Update isa.c by Richard Winterton · 10 months ago
- f375d2f Update isa.c by Richard Winterton · 10 months ago
- 887531f Update isa.c by Richard Winterton · 11 months ago
- afc175a Update isa.c by Richard Winterton · 11 months ago
- 0c7c32f Update isa.c by Richard Winterton · 11 months ago
- 6fb6cab Update cpuinfo to support AVX10.2 ISA detection by Richard Winterton · 11 months ago
- 8cb442f Fix invalid function pointer cast in cpuinfo.c by David Benjamin · 11 months ago
- 8a1772a Merge pull request #269 from rrwinterton/main by Digant Desai · 11 months ago
- 4786c8a Update src/x86/isa.c by Nikita Shulga · 11 months ago
- a404fff Update tools/isa-info.c by Nikita Shulga · 11 months ago
- 9f62392 change spaces to tab and fix int to bool for RISC. by rrwinterton · 11 months ago
- 2624a7e For Apple silicon, use machdep.cpu.brand_string in preference to decoding hw.machine by Daniel Lenski · 12 months ago
- 7215904 added check for avx512_regs and hex representation change per request by richard.winterton · 1 year ago
- df78d39 Added changes to cpuinfo.h, isa.c and isa-info.c detect AVX10.1 ISA by richard.winterton · 1 year ago
- ca156f7 Merge pull request #268 from gonnet/ampere_altra by Digant Desai · 1 year ago
- 45a761d Fix formatting. by Pedro Gonnet · 1 year ago
- 5279c5f Fix formatting by Pedro Gonnet · 1 year ago
- 4127112 Set the correct L2 size for Ampere Altra (`aarch64`). by Pedro Gonnet · 1 year ago
- cebb093 Merge pull request #266 from fbarchard/zen5 by Digant Desai · 1 year, 1 month ago
- 68af19c Detect AMD Zen 5 microarchitecture by Frank Barchard · 1 year, 1 month ago
- 8df4496 Merge pull request #265 from GregoryComer/ums312-dot-disable by Gregory Comer · 1 year, 2 months ago
- 5ca8ae1 Recognize Unisoc UMS, disable neon dot for UMS312 by Gregory James Comer · 1 year, 2 months ago
- b3a2db0 Add device info for Astro 55R by Gregory James Comer · 1 year, 2 months ago
- dff2616 Merge pull request #264 from gonnet/sme-for-mach by Digant Desai · 1 year, 2 months ago
- ff27821 Remove unrecognized features. by Pedro Gonnet · 1 year, 2 months ago
- f6d0582 Fix formatting. by Pedro Gonnet · 1 year, 2 months ago
- 973ec72 Add `sme`/`sme2` detection to `mach/init.c`. by Pedro Gonnet · 1 year, 2 months ago
- 1e83a2f Merge pull request #262 from gonnet/main by Digant Desai · 1 year, 3 months ago
- 8f02f6d Update aarch64-isa.c by Pedro Gonnet · 1 year, 3 months ago
- 6116dc3 Update cpuinfo.h by Pedro Gonnet · 1 year, 3 months ago
- abec09c Update cpuinfo.h by Pedro Gonnet · 1 year, 3 months ago
- 41c6f09 Update cpuinfo-mock.h by Pedro Gonnet · 1 year, 3 months ago
- b8c5d89 Update aarch32-isa.c by Pedro Gonnet · 1 year, 3 months ago
- 4fede9f Update hwcap.c by Pedro Gonnet · 1 year, 3 months ago
- c9b4216 Update api.h by Pedro Gonnet · 1 year, 3 months ago
- e588f6a Tabs instead of spaces by Pedro Gonnet · 1 year, 3 months ago
- 1aab550 Update api.h by Pedro Gonnet · 1 year, 3 months ago
- ec65d67 Update hwcap.c by Pedro Gonnet · 1 year, 3 months ago
- 19fe17c Update init.c by Pedro Gonnet · 1 year, 3 months ago
- 90d1884 Update init.c by Pedro Gonnet · 1 year, 3 months ago
- af1bdfa Update hwcap.c by Pedro Gonnet · 1 year, 3 months ago
- f4753b4 Update api.h by Pedro Gonnet · 1 year, 3 months ago
- 6a24988 Add support for `sme2`. by Pedro Gonnet · 1 year, 3 months ago
- 3fdfe44 Add support for `sme2` detection on `aarch64` by Pedro Gonnet · 1 year, 3 months ago
- 49e0c3f Merge branch 'pytorch:main' into main by Pedro Gonnet · 1 year, 3 months ago
- a5ff6df Merge pull request #258 from maajidkhann/fix_cpuinfo_sve_bug by Digant Desai · 1 year, 3 months ago
- f0d67c6 Fixes the bug when integrating API on NON-SVE HW. by maajidkhann · 1 year, 3 months ago
- fa1c679 More robust FreeBSD topology detection (#249) by cyyever · 1 year, 4 months ago
- 4611eb9 Add android-riscv64 build to workflows (#256) by Prashanth Swaminathan · 1 year, 4 months ago
- 209b00c Add detection for `sme` on `aarch64`. (#257) by Pedro Gonnet · 1 year, 4 months ago