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-03-09Improve the release process (#231)Guillaume Chatelet
2022-03-08Release v0.7.0v0.7.0Guillaume Chatelet
2022-03-08Fix release scriptGuillaume Chatelet
2022-02-22replace sse3 detection with pni when reading /proc/cpuinfo (#225)jmfriedt
2022-02-22Fix include paths in BUILD (#226)Peter Gavin
2022-02-18Add support for ZHAOXIN CPU (#218)AnvilaWang
2022-02-17Fix windows amd64 ciMykola Hohsdze
2022-02-03[NFC] Add bazel support to cpu_features (#222)Guillaume Chatelet
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-24Rename 'master' branch into 'main' (#219)Guillaume Chatelet
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-30Fix arm64 detection precedence in CMakeLists.txt (#209)Guillaume Chatelet
2021-11-22Fix #205Guillaume Chatelet
2021-11-16fix googletest downloadMykola Hohsdze
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-28Update README.mdGuillaume Chatelet
2021-10-28ci: Update Linux jobs to run inside a docker container.Corentin Le Molgat
2021-10-28ci: Add docker based test frameworkCorentin Le Molgat
2021-10-28scripts: Fixup for run_integration.shCorentin Le Molgat
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-27Update README.md (#193)Guillaume Chatelet
2021-10-27Update README.mdCorentin Le Molgat
2021-10-27ci: Fix windows workflow filenameMizux Seiha
2021-10-27ci: Drop use of Travis-CI and AppveyorMizux Seiha
2021-10-27cmake: Fix enabling ndk_compatCorentin Le Molgat
2021-10-26Override CacheInfo only if new data is available via Deterministic Cache Para...Guillaume Chatelet
2021-10-26ci: Migrate FreeBSD to macos-10.15 virtual env (#191)Mizux
2021-10-26Fix memory overflowGuillaume Chatelet
2021-10-26Set CTest output on failure (#189)Guillaume Chatelet
2021-10-26ci(github): Add workflowsCorentin Le Molgat
2021-10-26ci(travis): adapt it to the new run_integration.shCorentin Le Molgat
2021-10-26tools: Rework cross compilation scriptsCorentin Le Molgat
2021-10-26ci(appveyor): Add VS 2019 jobCorentin Le Molgat
2021-10-26.gitignore: Add build_cross/Corentin Le Molgat
2021-10-25cmake: Use of CMAKE_POSITION_INDEPENDENT_CODE instead of BUILD_PIC (Fix #143)Corentin Le Molgat
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
2021-10-20[NFC] encapsulate fake cpu instance in x86 testGuillaume Chatelet
2021-10-18Showcase community bindings (#180)Guillaume Chatelet
2021-10-18Add cache info for new AMD CPUs (0x8000001D) (#171)Nikolay Hohsadze