]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989]
authorJakub Jelinek <jakub@redhat.com>
Wed, 6 Sep 2023 15:31:23 +0000 (17:31 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 6 Sep 2023 15:31:23 +0000 (17:31 +0200)
commit7a610d44d855424518ecb4429ea5226ed2c32543
tree56c72c7de794011ae7339018541eea664862cd5a
parent95521e15b6ef00c192a1bbd7c13b5f35395c7c9e
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.
libgcc/soft-fp/bitintpow10.h [new file with mode: 0644]