mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The code for _bc_do_add and _bc_do_sub were written slightly differently for similar processing (and add was slower than sub), so I changed the code to one similar to sub. Also, _bc_do_add has been changed to use SIMD to perform faster calculations when possible.