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 (Collapse)Author
2022-11-09script: rename few variables in expand_bootlinHEADmainCorentin Le Molgat
2022-11-08Add Intel Raptor Lake uarch detection (#283)Mykola Hohsadze
2022-11-03Update README.md to report support of POWER and s390x (#284)Guillaume Chatelet
2022-11-03Improve CI (Aarch64, Power) (#285)Mizux
* scripts: Fix shellcheck * script: Bump qemu 5.2.0 -> 7.1.0 * scripts: add bootlin aarch64 toolchains * scripts: Add PowerPC bootlin toolchain * scripts: cleanup linaro toolchains * scripts: cleanup codespace * cmake(ci): Add aarch64 bootlin support * cmake(ci): Add PowerPC bootlin support * ci: Add aarch64 bootlin jobs * ci: Add PowerPC bootlin jobs * Remove conflict with compiler generated preprocessor Co-authored-by: Guillaume Chatelet <gchatelet@google.com>
2022-11-02S390X Support (#274)marquitos0119
* support for s390x * added z15 T01, T02 model checking * removed z15 checking * removed empty strings * added s390x unit tests * added reference url for hwcaps * moved documentation to S390XFeatures struct, updated copyright date, removed unused include statement * changed num_processors to int * removed newlines from test inputs * scripts: Add bootlin s390x support * cmake(ci): Add s390x support * ci: Add s390x workflow Co-authored-by: Marcos <marcos.araque.fiallos@ibm.com> Co-authored-by: Corentin Le Molgat <corentinl@google.com>
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
fixes #278
2022-10-19Add AMD ZEN4 Raphael detection (#277)Mykola Hohsadze
2022-10-19add mobile core flavor (#266)Andrei Kurushin
2022-09-29Use textual_hdrs for bazel instead of hdrs (#276)Guillaume Chatelet
2022-09-19Replace hardcoded cache type value to enum type for X86 tests (#270)Mykola Hohsadze
Replaced hardcoded integer values of cache type to `CacheType` values for X86 tests and added declaration `CacheType` for `P4_CacheInfo` test
2022-09-19Add support for detecting Intel CascadeLake CPUs (#271)William Tambellini
Should close https://github.com/google/cpu_features/issues/260
2022-08-18Add cache detection for old AMD processors (#199)Mykola Hohsadze
* Add cache detection for of old AMD processors update links * Add documentation link for cache_size * 512 * Update legacy amd cache detection
2022-08-18add amd cato (#267)Andrei Kurushin
* add AMD RX-8125, RX-8120, and A9-9820 detection
2022-08-18Get rid repeated branch (#269)Mykola Hohsadze
* Get rid repeated branch * Update cache type field comment
2022-08-08add intel goldmont plus (#256)Andrei Kurushin
* add intel goldmont plus (INTEL_ATOM_GMT_PLUS)
2022-08-05add amd piledriver 0x10 model (#255)Andrei Kurushin
* add amd piledriver 0x10 model
2022-08-05add CometLake model 166Andrew Kurushin
2022-08-05Replace hardcode values to constantsMykola Hohsdze
2022-08-04Added some missing amd k12 uarch (#259)Daniele Affinita
* Add comment about AMD_K12 LLANO. * Add family 0x12 model 0x00 to it.
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-28[NFC] Restrict windows inclusion to windows platformsGuillaume Chatelet
2022-07-28test enum macro consistency (#257)Andrei Kurushin
2022-07-28Add detection LZCNT (#254)Mykola Hohsadze
Fixes #253
2022-07-25remove internal FillX86BrandString usage (#258)Andrei Kurushin
2022-07-21Add macros for RISCV hwcaps (#246)michael-roe
Co-authored-by: Michael Roe <michael-roe@users.noreply.github.com>
2022-07-21add comet lake unit test #248 (#250)Andrei Kurushin
2022-07-21add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)Andrei Kurushin
* add windows ssse3,sse4_1,sse4_2 detection for non avx path * remove special WESTMERE case * move windows conditional redefinition to separate header * fix minor issues
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
Co-authored-by: Michael Roe <michael-roe@users.noreply.github.com>
2022-06-17Add AMD ZEN 4 uarch and update detection (#243)Mykola Hohsadze
* Add AMD ZEN 4 uarch and update detection * Add tests via cpuid dump
2022-06-01Added some MIPS features. (#241)michael-roe
Co-authored-by: Michael Roe <michael-roe@users.noreply.github.com>
2022-05-19Added CPU_FEATURES_COMPILED_MIPS_MIPS3D. (#240)michael-roe
Co-authored-by: Michael Roe <michael-roe@users.noreply.github.com>
2022-04-27Add install doc (Fix #238) (#239)Mizux
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-03-15Add bazel ci README, update main README (#235)Guillaume Chatelet
2022-03-15Move ci folder and make naming more consistent (#233)Guillaume Chatelet
2022-03-15Add script to generate markdown CI badgesGuillaume Chatelet
2022-03-15Update CI status tableGuillaume Chatelet
2022-03-10ci: Add bazel jobs (#232)Mizux
2022-03-09Bump google test commitGuillaume Chatelet
2022-03-09Remove trailing whitespace in .grenrc.ymlGuillaume Chatelet