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
AgeCommit message (Expand)Author
2022-11-08Add Intel Raptor Lake uarch detection (#283)Mykola Hohsadze
2022-11-02S390X Support (#274)marquitos0119
2022-10-26Add REP instructions detection (#282)Mykola Hohsadze
2022-10-25Add X86 movdir detection (#281)Mykola Hohsadze
2022-10-24Add X86 GFNI detectionMykola Hohsdze
2022-10-20add x86/avx512_fp16 detection (#279)damageboy
2022-09-19Add support for detecting Intel CascadeLake CPUs (#271)William Tambellini
2022-08-08add intel goldmont plus (#256)Andrei Kurushin
2022-08-04Added some missing amd k12 uarch (#259)Daniele Affinita
2022-08-04Add AVX_VNNIMykola Hohsdze
2022-08-04add intel Tremont microarchAndrew Kurushin
2022-07-28[NFC] Restrict windows inclusion to windows platformsGuillaume Chatelet
2022-07-28Add detection LZCNT (#254)Mykola Hohsadze
2022-07-25remove internal FillX86BrandString usage (#258)Andrei Kurushin
2022-07-21Add macros for RISCV hwcaps (#246)michael-roe
2022-07-21add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)Andrei Kurushin
2022-07-13add comet lake support #248 (#249)Andrei Kurushin
2022-07-12Add not about avx512_4vbmi2 being an alias of avx512_4fmapsGuillaume Chatelet
2022-07-12Add macros for RISCV features (#244)michael-roe
2022-06-17Add AMD ZEN 4 uarch and update detection (#243)Mykola Hohsadze
2022-06-01Added some MIPS features. (#241)michael-roe
2022-05-19Added CPU_FEATURES_COMPILED_MIPS_MIPS3D. (#240)michael-roe
2022-04-27Update AArch64 features to Linux 5.17. (#237)Tamas Zsoldos
2022-02-18Add support for ZHAOXIN CPU (#218)AnvilaWang
2022-01-14[x86] Embed brand_string and mark FillX86BrandString as deprecated (#214)Guillaume Chatelet
2022-01-14[NFC] Avoid polluting global scopeGuillaume Chatelet
2021-10-29Update uarch detection for Intel processors (#184)Nikolay Hohsadze
2021-10-28NFC remove reference to libc memory functionsGuillaume Chatelet
2021-10-28New code layout - breaking change in cpu_features_macros.h (#194)Guillaume 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-06-25fix: Return default value from ‘GetCacheTypeString’ (#162)Kris Kwiatkowski
2021-05-21Detect Intel's Multi-Precision Add-Carry Instruction Extensions (#157)Kris Kwiatkowski
2021-02-25Detect Zen 3 (K19) cpus (#152)natanbc
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-09Fix SSE detection on non-AVX CPUs (#135)Guillaume Chatelet
2020-09-23[NFC] clang-format codebase (#134)Guillaume Chatelet
2020-09-22detect AVX-512 FMA count (#125)v0.5.0Jeff Hammond
2020-09-21detect future Intel AVX/AMX features (#124)Jeff Hammond
2020-09-21add future Intel microarchitectures (#123)Jeff Hammond
2020-09-21Update features for AArch64 to Linux 5.8 (#122)Tamas Zsoldos
2020-03-12Support x86 FMA4 and SSE4A featuresgadoofou87
2020-01-29Fix case in CPU_FEATURES_COMPILED_X86_AVX2 (Fix #102)Corentin Le Molgat
2020-01-29Fixes #102 - wrong macrosGuillaume Chatelet
2020-01-06Use a getter function to avoid manual work for future to-be-added cpu featuresPatrick Siegl