php-src/ext/bcmath
Saki Takamachi 7203ca8286
ext/bcmath: Made the same changes to _bc_do_add as _bc_do_sub (#14196)
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.
2024-05-12 15:07:37 +09:00
..
libbcmath ext/bcmath: Made the same changes to _bc_do_add as _bc_do_sub (#14196) 2024-05-12 15:07:37 +09:00
tests Increase test coverage of _bc_do_add() (#14131) 2024-05-04 16:00:47 +02:00
bcmath.c BCMath: Avoid using the heap for temporary objects by using arena allocations (#14170) 2024-05-08 19:36:14 +02:00
bcmath.stub.php [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcmath_arginfo.h [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
config.m4 Remove some dead code from BCMath (#14130) 2024-05-04 16:00:54 +02:00
config.w32 Remove some dead code from BCMath (#14130) 2024-05-04 16:00:54 +02:00
CREDITS
php_bcmath.h BCMath: Avoid using the heap for temporary objects by using arena allocations (#14170) 2024-05-08 19:36:14 +02:00