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-11-02S390X Support (#274)marquitos0119
2022-07-21add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)Andrei Kurushin
2022-03-08Release v0.7.0v0.7.0Guillaume Chatelet
2021-11-30Fix arm64 detection precedence in CMakeLists.txt (#209)Guillaume Chatelet
2021-10-28New code layout - breaking change in cpu_features_macros.h (#194)Guillaume Chatelet
2021-10-25cmake: Use of CMAKE_POSITION_INDEPENDENT_CODE instead of BUILD_PIC (Fix #143)Corentin Le Molgat
2021-10-18add BUNDLE DESTINATION (#177)SpaceIm
2021-06-30cmake: Use CTest default (Fix #169) (#170)Mizux
2020-10-15Bump version to v0.6.0v0.6.0Guillaume Chatelet
2020-10-12[NFC] Generate separate tables via macro (#137)Guillaume Chatelet
2020-10-09Remove need for utsname (#136)Guillaume Chatelet
2020-10-09Fix SSE detection on non-AVX CPUs (#135)Guillaume Chatelet
2020-09-23Fix trailing spaces. (#133)Mizux
2020-09-21Bump version 0.1.0 -> 0.5.0 (Fix #118) (#129)Mizux
2020-03-11Fix shared build (#113)Nikita Karpey
2020-03-11CMake: Enable CXX compiler for tests only (#110)Nikita Karpey
2020-02-06CMake: Add missing alias for cpu_feature (#107)Mizux
2019-07-16Fix cmake installArtem Alekseev
2019-07-14Fix builds on BSDSteven Kreuzer
2019-07-02Add support for leaf2 and leaf4 on Intel's x86 arch (#80)Artem Alekseev
2019-02-13Add PIC option (#66)William Tambellini
2019-01-23Release ndk support (#62)Guillaume Chatelet
2019-01-17Add partial implementation of ndk_compat (#54)Guillaume Chatelet
2019-01-15UNIX works for Unix like OS so no need to add APPLE.Guillaume Chatelet
2019-01-15Fix discovery of <sys/auxv.h>Guillaume Chatelet
2019-01-15Add AMD64 and i386/i686 to x86 detectionGuillaume Chatelet
2019-01-15Use Cmake macros to detect getauxval and dlopenGuillaume Chatelet
2019-01-15Per arch build and inlining of cpuid_x86.Guillaume Chatelet
2018-05-22without cpu_features_macros.h in the install tree, the library cannotPeter Steinbach
2018-05-15powerpc: Added PowerPC implementationRashmica Gupta
2018-03-27Add JSON output. Fixes #24Guillaume Chatelet
2018-02-13GCC does not discover all cpu features. Fixes #22Guillaume Chatelet
2018-02-13Update googletest management.Guillaume Chatelet
2018-02-12Fix typo in CMakeLists.txtGuillaume Chatelet
2018-02-12Adding CMake install. Fixes #18Guillaume Chatelet
2018-02-10Use fPIC when building as a shared libraryAlex Arslan
2018-02-09Converts list_cpu_features to CGuillaume Chatelet
2018-02-08Fixes #14 - Defaulting to Release and no unit testGuillaume Chatelet
2018-02-01Adding code. Closes #0.Guillaume Chatelet