summaryrefslogtreecommitdiff
path: root/Zend/zend_cpuinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #76825 (Undefined symbols ___cpuid_count)Xinchen Hui2018-09-041-1/+11
* Fix clang compilationAnatol Belski2018-08-011-1/+1
* Use __cpuid_count() from cpuid.h instead of custom assemblyOndřej Surý2018-07-171-5/+2
* Fixed cpuinfo in LLVM GCC & Added AVX2 detectionXinchen Hui2018-02-101-11/+18
* Fixed cpu feature check in reslover functionsXinchen Hui2018-02-101-5/+0
* The cpu setup is still needed when ifunc is supportedAnatol Belski2018-01-161-0/+4
* Separate the cpuinfo initialization part and call it at startupAnatol Belski2018-01-161-3/+7
* Fix __cpuidex usageAnatol Belski2018-01-161-1/+8
* Added ZEND_API zend_cpu_supportsXinchen Hui2018-01-161-0/+73