mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
For 5.4, fix C++-style comments. For trunk, forward-port build fix.
This commit is contained in:
parent
d4a716b19d
commit
ef0e34580b
1 changed files with 2 additions and 2 deletions
|
@ -616,7 +616,7 @@ static zend_always_inline int fast_sub_function(zval *result, zval *op1, zval *o
|
|||
"fildl (%2)\n\t"
|
||||
"fildl (%1)\n\t"
|
||||
#if defined(__clang__) && (__clang_major__ < 2 || (__clang_major__ == 2 && __clang_minor__ < 10))
|
||||
"fsubp %%st(1), %%st\n\t" // LLVM bug #9164
|
||||
"fsubp %%st(1), %%st\n\t" /* LLVM bug #9164 */
|
||||
#else
|
||||
"fsubp %%st, %%st(1)\n\t"
|
||||
#endif
|
||||
|
@ -640,7 +640,7 @@ static zend_always_inline int fast_sub_function(zval *result, zval *op1, zval *o
|
|||
"fildq (%2)\n\t"
|
||||
"fildq (%1)\n\t"
|
||||
#if defined(__clang__) && (__clang_major__ < 2 || (__clang_major__ == 2 && __clang_minor__ < 10))
|
||||
"fsubp %%st(1), %%st\n\t" // LLVM bug #9164
|
||||
"fsubp %%st(1), %%st\n\t" /* LLVM bug #9164 */
|
||||
#else
|
||||
"fsubp %%st, %%st(1)\n\t"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue