summaryrefslogtreecommitdiff
path: root/Zend/zend_cpuinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Don't mark cpu_supports functions as always inlineNikita Popov2020-12-011-16/+16
* Make sure zend_cpu_supports_pclmul() is always definedNikita Popov2020-11-271-15/+14
* Assert that cpuinfo is initialized before useNikita Popov2020-11-271-3/+3
* X86: Fast CRC32 computation using PCLMULQDQ instructionFrank Du2020-09-021-0/+15
* Fix warnings of strict-prototypestwosee2020-07-231-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-07-011-3/+0
|\
| * Disable RTLD_DEEPBIND under memory sanitizerNikita Popov2019-07-011-3/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-5/+1
|\ \ | |/
| * Disable ifunc resolvers if memory sanitizer is usedNikita Popov2019-06-281-5/+1
| * Add support for MemorySanitizerStanislav Malyshev2019-03-061-1/+12
| * Fix shifting signed values too farStanislav Malyshev2019-03-061-1/+1
* | Change to php.net mail addressXinchen Hui2019-04-081-1/+1
* | Add support for MemorySanitizerStanislav Malyshev2019-03-061-1/+12
* | Fix shifting signed values too farStanislav Malyshev2019-03-051-1/+1
|/
* Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-2/+2
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Fixed bug #77447Nikita Popov2019-01-141-0/+16
* Added SSE3 detectionXinchen Hui2018-02-131-0/+11
* Optimized base64_encode/decode with SIMD instructionsXinchen Hui2018-02-121-16/+15
* Fixed cpuinfo in LLVM GCC & Added AVX2 detectionXinchen Hui2018-02-101-4/+20
* Fixed cpu feature check in reslover functionsXinchen Hui2018-02-101-1/+66
* Separate the cpuinfo initialization part and call it at startupAnatol Belski2018-01-161-0/+2
* Added missed header fileXinchen Hui2018-01-161-0/+104