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/src
AgeCommit message (Expand)Author
2022-11-08Add Intel Raptor Lake uarch detection (#283)Mykola Hohsadze
2022-11-03Improve CI (Aarch64, Power) (#285)Mizux
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-10-19Add AMD ZEN4 Raphael detection (#277)Mykola Hohsadze
2022-10-19add mobile core flavor (#266)Andrei Kurushin
2022-09-19Add support for detecting Intel CascadeLake CPUs (#271)William Tambellini
2022-08-18Add cache detection for old AMD processors (#199)Mykola Hohsadze
2022-08-18add amd cato (#267)Andrei Kurushin
2022-08-18Get rid repeated branch (#269)Mykola Hohsadze
2022-08-08add intel goldmont plus (#256)Andrei Kurushin
2022-08-05add amd piledriver 0x10 model (#255)Andrei Kurushin
2022-08-05add CometLake model 166Andrew Kurushin
2022-08-04Added some missing amd k12 uarch (#259)Daniele Affinita
2022-08-04Add AVX_VNNIMykola Hohsdze
2022-08-04add LakefieldAndrew Kurushin
2022-08-04add intel Tremont microarchAndrew Kurushin
2022-07-28[NFC] Remove unused variableGuillaume Chatelet
2022-07-28Add detection LZCNT (#254)Mykola Hohsadze
2022-07-25remove internal FillX86BrandString usage (#258)Andrei Kurushin
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-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-04-14Comply with -Wstrict-prototypesGuillaume Chatelet
2022-04-13Comply with -Wstrict-prototypesGuillaume Chatelet
2022-02-22replace sse3 detection with pni when reading /proc/cpuinfo (#225)jmfriedt
2022-02-18Add support for ZHAOXIN CPU (#218)AnvilaWang
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
2022-01-14[NFC] Avoid polluting global scopeGuillaume Chatelet
2022-01-14[NFC][x86] Read all cpuid leaves at once (#213)Guillaume Chatelet
2021-11-22Fix #205Guillaume Chatelet
2021-10-29Fix missing headerGuillaume Chatelet
2021-10-29make copy and equals inline headersGuillaume Chatelet
2021-10-29Silence unsused parametersGuillaume Chatelet
2021-10-29Make getter/setter static so they don't leakGuillaume Chatelet
2021-10-29Fix CpuFeatures_memchr to actually use the provided size argumentGuillaume 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-26Override CacheInfo only if new data is available via Deterministic Cache Para...Guillaume Chatelet
2021-10-26Fix memory overflowGuillaume Chatelet
2021-10-25Fixes #185 (#187)Guillaume Chatelet
2021-10-21[NFC] Change implementation of FillX86BrandString (#181)Guillaume Chatelet
2021-10-20Fixes wrong cache detection of old processors (#183)Guillaume Chatelet