aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-17add detection for intel new isa: avx_ne_convert, avx_vnni_int8, avx_vnni_int1...upstream-mainMa Mingfei
2024-04-17Fixing Ampere Altra Processor detection (#237)Ozan Aydin
2024-03-27Add detection for Intel Advanced Matrix Extensions (AMX) instructions (#231)Ma Mingfei
2024-03-16Include support for Windows on Arm on BUILD.bazel along with proper Volterra ...Everton Constantino
2024-03-15Bazel-support: Add MODUEL.bazel to support Bzlmod (#229)Vertexwahn
2024-02-26Merge pull request #225 from fbarchard/breakDigant Desai
2024-02-23Add missing break to cpuinfo_x86_decode_cache_descriptorFrank Barchard
2024-01-23ci: Add an Ubuntu:22.04 builder for RISC-V (#219)Mark Ryan
2024-01-23Upgrade to warning when name is truncated (#216)Prashanth Swaminathan
2024-01-22Fix RISC-V Linux build again (#215)Mark Ryan
2024-01-08Run Bazel build in Github Actions (#213)Prashanth Swaminathan
2024-01-08Adjust log levels of /proc/cpuinfo parsing (#209)Prashanth Swaminathan
2024-01-05Add .clang-format to enforce project style (#204)Prashanth Swaminathan
2024-01-05Fix RISC-V Linux build (#212)Mark Ryan
2023-12-07Improve smallfile callback (#211)Iacopo Colonnelli
2023-11-30Fix chipset enum name to include 'vendor_' (#210)Prashanth Swaminathan
2023-11-28Fix CPU_SET dynamic allocation and leak (#205)Prashanth Swaminathan
2023-11-20Add android_riscv64 to BUILD.bazel (#201)Prashanth Swaminathan
2023-11-16[arm] fix the logic for identifying the valid processors (#197)snadampal
2023-11-16Fix size check of max processor count (#199)Prashanth Swaminathan
2023-11-14Add limited support for RISC-V initialization (#190)Prashanth Swaminathan
2023-11-03Add detection of Intel x86 AVX-VNNI instructions. (#196)Quentin Khan
2023-10-19Add support for Arm Neoverse V2 (#194)Paolo
2023-08-16Include intrin.h MSVC header in cpuinfo/utils.hMarat Dukhan
2023-08-16Support building for ARM Linux with GLibC older than 2.16Marat Dukhan
2023-08-16Work around faulty implementations of NEON DOT instructionsMarat Dukhan
2023-08-16Don't consider Cortex-A65 in AArch32 ISA detectionMarat Dukhan
2023-08-16Remove redundant newline after match_tMarat Dukhan
2023-08-16Detect Unisoc T-series chipsetsMarat Dukhan
2023-08-16Remove redundant architecture version check in aarch32-isa.cMarat Dukhan
2023-08-16Fix a bug in load_u24le introduced in #178Marat Dukhan
2023-08-16Workaround unimplemented GetMaximumProcessorGroupCount on WINEMarat Dukhan
2023-08-16Fix UB in load_u16le/load_u24le/load_u32leMarat Dukhan
2023-08-16Enable CXX only when needed for tests/benchmarksJames Hilliard
2023-08-16Remove redudant ctype.h includeMarat Dukhan
2023-08-15Update CMakeLists.txt: Add cmake 3.27 supportChangming Sun
2023-08-10Refactor reporting of Neoverse cores in cpu-infoMarat Dukhan
2023-08-10Simplify registry helper functions for Windows on ArmLingkai Dong
2023-08-10Fix char width mismatch on Windows on ArmLingkai Dong
2023-08-10Fix buffer overflow when counting uarchs on Windows on ArmLingkai Dong
2023-08-10Fix the size of uarchs array on Windows on ArmLingkai Dong
2023-08-10Fix reporting of processor found in Windows registry on ArmLingkai Dong
2023-08-10Ensure initialization is done only once on Windows on ArmLingkai Dong
2023-08-10Match the chip name of Microsoft Windows Dev Kit 2023Lingkai Dong
2023-07-26Revert "Add support for some special qualcomm SoCs. (#67)"Marat Dukhan
2023-07-20Use AArch64-only big.LITTLE cores to detect AArch32 ISAMarat Dukhan
2023-07-19Fix ISA detection on ARM64 WindowsMarat Dukhan
2023-07-18Fix warning in cpuinfo_arm_fixup_raspberry_pi_chipsetMarat Dukhan
2023-07-18Detect AArch64-only big.LITTLE cores in AArch32Marat Dukhan
2023-07-14Detect ARMv8 AArch32 ISA via featuresMarat Dukhan