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-01-17Support disabling of extensionstest_disabling_extensionsGuillaume 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
2019-06-21Add CpuIdEx function to pass inputs in ecx register (required for E.g. leaf4)...Artem Alekseev
2019-06-19Support x86 DCA and SS features (#76)Artem Alekseev
2019-06-18Added RPI zero with its features HALF, THUMB, FASTMULT, EDSP, JAVA and TLS (#75)Dr.-Ing. Patrick Siegl
2019-06-13Support x86 features: FPU, TSC, CX8, CLFSH, MMX, VAES, HLE, RTM, RDSEED, CLFL...Dr.-Ing. Patrick Siegl
2019-03-20Convert XGETBV to equivalent byte form in GetXCR0Eax (#69)v0.3.0natanbc
2019-02-13Add PIC option (#66)William Tambellini
2019-01-25Remove unneeded sysroot to save on travis cache. (#63)Guillaume Chatelet
2019-01-23Release ndk support (#62)Guillaume Chatelet
2019-01-22Add x86 missing feature detections for ndk_compat (#58)Guillaume Chatelet
2019-01-22add r6 flag (#57)Guillaume Chatelet
2019-01-22Cleanup CMAKE_ADDITIONAL_ARGSGuillaume Chatelet
2019-01-22Fix mips qemu (#61)Guillaume Chatelet
2019-01-21Fix hwcaps constants for mips. (#60)Guillaume Chatelet
2019-01-21Remove verbosity from scriptGuillaume Chatelet
2019-01-18Guarding header use with architecture (#56)Guillaume Chatelet
2019-01-18Update scripts, remove archive once unpackedGuillaume Chatelet
2019-01-18Update scriptsGuillaume Chatelet
2019-01-18Finalize ARM implementation for ndk_compat (#55)Guillaume Chatelet
2019-01-17Add partial implementation of ndk_compat (#54)Guillaume Chatelet
2019-01-17Merge pull request #53 from google/export_GetArmCpuIdGuillaume Chatelet
2019-01-17Increasing timeout for cacheGuillaume Chatelet
2019-01-17Export GetArmCpuId functionGuillaume Chatelet
2019-01-17Use Ninja by default when locally testing all configurationsGuillaume Chatelet