summaryrefslogtreecommitdiff
path: root/Zend/zend_cpuinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-4/+10
|\
| * Fix build for non-x86Nikita Popov2020-11-271-4/+10
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-0/+37
|\ \ | |/
| * Fix AVX detectionNikita Popov2020-11-271-0/+37
* | Assert that cpuinfo is initialized before useNikita Popov2020-11-271-0/+1
|/
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Possible fix for bug #77357Nikita Popov2019-01-031-3/+11
* Fix __zend_cpuid on i386 PIC without __cpuid_countRyan Schmidt2018-12-081-0/+12
* Fix #76825: Undefined symbols ___cpuid_countChristoph M. Becker2018-11-051-1/+1
* 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