]> granicus.if.org Git - php/commit
Optimized strrev with SSSE3
authorXinchen Hui <laruence@gmail.com>
Sat, 17 Feb 2018 15:19:31 +0000 (23:19 +0800)
committerXinchen Hui <laruence@gmail.com>
Sat, 17 Feb 2018 15:19:31 +0000 (23:19 +0800)
commitc79f2de2cfe5a6b24a890269920d7714663d2ec9
tree4cdb8b784bd88bb385a67bb076f0613bb0ed92c4
parentab9162426b378b869a454235bc3061c7ef73cea8
Optimized strrev with SSSE3

since strrev is not wildly used, and SSSE3 is defined default by some
compiler, so won't try to do ifunc here.
ext/standard/string.c