libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989]
The following patch adds a header with generated helper tables to support computation of powers of 10 from 10^0 to 10^6111 inclusive into a sufficiently large array of _BitInt limbs. This is split from the rest of the libgcc _BitInt support because it is quite large and together it would run into gcc-patches mail length limits. 2023-09-06 Jakub Jelinek <jakub@redhat.com> PR c/102989 libgcc/ * soft-fp/bitintpow10.h: New file.
This commit is contained in:
parent
95521e15b6
commit
7a610d44d8
1 changed files with 4947 additions and 0 deletions
4947
libgcc/soft-fp/bitintpow10.h
Normal file
4947
libgcc/soft-fp/bitintpow10.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue