Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-21add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)Andrei Kurushin
2022-06-17Add AMD ZEN 4 uarch and update detection (#243)Mykola Hohsadze
2022-06-01Added some MIPS features. (#241)michael-roe
2022-04-27Update AArch64 features to Linux 5.17. (#237)Tamas Zsoldos
2022-02-22replace sse3 detection with pni when reading /proc/cpuinfo (#225)jmfriedt
2022-02-01Fix a getauxval comment and expand the Krait idiv workaround (#206)Ryan Prichard
2022-01-31Fix list_cpu_features.exe does not detect SSE42 on Xeon X5650 (Windows) (#220)Mykola Hohsadze
2022-01-14[x86] Embed brand_string and mark FillX86BrandString as deprecated (#214)Guillaume Chatelet
2021-10-29Update uarch detection for Intel processors (#184)Nikolay Hohsadze
2021-10-28New code layout - breaking change in cpu_features_macros.h (#194)Guillaume Chatelet
2021-10-20Fixes wrong cache detection of old processors (#183)Guillaume Chatelet
2021-10-20[NFC] encapsulate fake cpu instance in x86 testGuillaume Chatelet
2021-10-18Add cache info for new AMD CPUs (0x8000001D) (#171)Nikolay Hohsadze
2021-10-18Add separator to CpuFeatures_StringView_HasWord (#174)Guillaume Chatelet
2021-07-02Add support for FreeBSD on x86 (#163)Guillaume Chatelet
2021-06-30CPU features for AMD (#165)Nikolay Hohsadze
2021-06-30Avoid leaking internal headers for ppc (#164)Guillaume Chatelet
2021-05-21Detect Intel's Multi-Precision Add-Carry Instruction Extensions (#157)Kris Kwiatkowski
2020-12-15Update AArch64 features to Linux 5.10 (#149)Tamas Zsoldos
2020-10-12[NFC] Generate separate tables via macro (#137)Guillaume Chatelet
2020-10-12[NFC] Update copyright from Google Inc. to Google LLCGuillaume Chatelet
2020-10-09Remove need for utsname (#136)Guillaume Chatelet
2020-10-09Fix SSE detection on non-AVX CPUs (#135)Guillaume Chatelet
2020-09-23[NFC] clang-format codebase (#134)Guillaume Chatelet
2020-09-21detect future Intel AVX/AMX features (#124)Jeff Hammond
2020-09-21Update features for AArch64 to Linux 5.8 (#122)Tamas Zsoldos
2020-09-21Add more test cases for the string view (#119)Henry Lee
2020-03-11CMake: Enable CXX compiler for tests only (#110)Nikita Karpey
2020-01-06Use a getter function to avoid manual work for future to-be-added cpu featuresPatrick Siegl
2019-10-11Update features for AArch64.Tamas Zsoldos
2019-07-03Fix a few compile warnings (#84)Leonard Mosescu
2019-07-02Add support for leaf2 and leaf4 on Intel's x86 arch (#80)Artem Alekseev
2019-06-26Completed all missing ARM hwcaps. (#79)Dr.-Ing. Patrick Siegl
2019-06-25Fix ARMv6 on Linux vs Android (#81)Dr.-Ing. Patrick Siegl
2019-06-21Add CpuIdEx function to pass inputs in ecx register (required for E.g. leaf4)...Artem Alekseev
2019-06-18Added RPI zero with its features HALF, THUMB, FASTMULT, EDSP, JAVA and TLS (#75)Dr.-Ing. Patrick Siegl
2019-01-22Add x86 missing feature detections for ndk_compat (#58)Guillaume Chatelet
2019-01-22add r6 flag (#57)Guillaume Chatelet
2019-01-21Fix hwcaps constants for mips. (#60)Guillaume Chatelet
2019-01-18Guarding header use with architecture (#56)Guillaume Chatelet
2019-01-17Add partial implementation of ndk_compat (#54)Guillaume Chatelet
2019-01-17Export GetArmCpuId functionGuillaume Chatelet
2019-01-15Use Cmake macros to detect getauxval and dlopenGuillaume Chatelet
2019-01-15Per arch build and inlining of cpuid_x86.Guillaume Chatelet
2018-06-20Match function definition and declaration arguments.Guillaume Chatelet
2018-05-15powerpc: Add AT_PLATFORM and AT_BASE_PLATFORMRashmica Gupta
2018-05-15powerpc: Added PowerPC implementationRashmica Gupta
2018-05-04Reformat filesArvid Gerstmann
2018-05-03Fix tests & fix missing GetHardwareCapabilities() changeArvid Gerstmann
2018-02-08Fix typo in test makefile.Guillaume Chatelet