]> granicus.if.org Git - php/commit
Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64
authorAndy Postnikov <apostnikov@gmail.com>
Sat, 10 Dec 2016 20:51:17 +0000 (23:51 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 2 Dec 2017 17:10:17 +0000 (18:10 +0100)
commitd6d4f2a9b38cd7fa7e938142e49e5a514d612e52
tree715323973149ca88af872136da75ccb4dd01ed8a
parent958fdc997cd1fe3c6ff654ac470ba66768bdf214
Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64

Register operands are required in this context.

This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.
Zend/zend_multiply.h