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
2020-09-22detect AVX-512 FMA count (#125)v0.5.0Jeff Hammond
2020-09-21[NFC] Remove unused `max_cpuid_leaf` variable (#131)Guillaume Chatelet
2020-09-21Fix ndk-compat include directory (Fix #106) (#130)Mizux
2020-09-21[doc] link quickstart within the sample code sectionGuillaume Chatelet
2020-09-21Bump version 0.1.0 -> 0.5.0 (Fix #118) (#129)Mizux
2020-09-21[Doc] Add C++ namespace to docsGuillaume Chatelet
2020-09-21Add quickstart to documentationGuillaume Chatelet
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-09-21Add more test cases for the string view (#119)Henry Lee
2020-03-12Add OsSupport structureCorentin Le Molgat
2020-03-12Update .gitignoreCorentin Le Molgat
2020-03-12Move AMD extra flags to its own functionCorentin Le Molgat
2020-03-12Support x86 FMA4 and SSE4A featuresgadoofou87
2020-03-11Fix shared build (#113)Nikita Karpey
2020-03-11Update gitignoreCorentin Le Molgat
2020-03-11Fix travis ciCorentin Le Molgat
2020-03-11CMake: Enable CXX compiler for tests only (#110)Nikita Karpey
2020-02-06CMake: Add missing alias for cpu_feature (#107)Mizux
2020-01-29Add cache_info data to X86 for list_cpu_features (#105)Guillaume Chatelet
2020-01-29[NFC] Use Designated InitializersGuillaume Chatelet
2020-01-29Fix case in CPU_FEATURES_COMPILED_X86_AVX2 (Fix #102)Corentin Le Molgat
2020-01-29Fixes #102 - wrong macrosGuillaume Chatelet
2020-01-07Add INTEL_WHL and INTEL_ICL to uarch get name functionMoxeja
2020-01-06Use a getter function to avoid manual work for future to-be-added cpu featuresPatrick Siegl
2020-01-06Differentiate between different Lake uarchMoxeja
2019-11-26Fix #96 - no member named 'vfpv' in 'ArmFeatures'Guillaume Chatelet
2019-11-13[NFC] Fixed signed shiftGuillaume Chatelet
2019-11-13Update LICENSEGuillaume Chatelet
2019-11-13[NFC] fix various errorsGuillaume Chatelet
2019-11-13[NFC] fix unused and shadowing variablesGuillaume Chatelet
2019-11-12Merge pull request #95 from gchatelet/masterGuillaume Chatelet
2019-11-12Making sure global variable is aligned without using attributesGuillaume Chatelet
2019-11-12Making sure global variable is 8B aligned as wellGuillaume Chatelet
2019-11-12Address comments in https://github.com/google/cpu_features/pull/94Guillaume Chatelet
2019-11-12Merge pull request #94 from gchatelet/masterGuillaume Chatelet
2019-11-12[NFC] Use a tree structure in list_cpu_featuresGuillaume Chatelet
2019-10-14Merge pull request #93 from tamaszarm/aarch64Guillaume Chatelet
2019-10-11Update features for AArch64.Tamas Zsoldos
2019-07-16Merge pull request #90 from fexolm/fix-installv0.4.1Guillaume Chatelet
2019-07-16Fix cmake installArtem Alekseev
2019-07-16Merge pull request #88 from skreuzer/bsdGuillaume Chatelet
2019-07-14Fix builds on BSDSteven Kreuzer
2019-07-05Use enum properly to directly access kConfig struct (#83)v0.4.0Guillaume Chatelet
2019-07-04Use enum properly to directly access kConfig structDr.-Ing. Patrick Siegl
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