php-src/ext/bcmath
Niels Dossche 0a3ccc0b99
Use bulk conversion in BCMath of BCD/CHAR where possible (#14103)
On my i7-4790 with benchmark from #14076, on top of #14101 I obtain the
following results:

before (with #14101):
```
1.672737121582
2.3618471622467
2.3474779129028
```

after (with #14101 + this):
```
1.5878579616547
2.0568618774414
2.0204811096191
```
2024-05-01 16:48:42 +02:00
..
libbcmath Use bulk conversion in BCMath of BCD/CHAR where possible (#14103) 2024-05-01 16:48:42 +02:00
tests [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
bcmath.c Refactor BCMath (#14076) 2024-05-01 21:54:23 +09:00
bcmath.stub.php [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
config.m4 Use bulk conversion in BCMath of BCD/CHAR where possible (#14103) 2024-05-01 16:48:42 +02:00
config.w32 Use bulk conversion in BCMath of BCD/CHAR where possible (#14103) 2024-05-01 16:48:42 +02:00
CREDITS
php_bcmath.h [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00