From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D20723856DE7; Wed, 6 Sep 2023 15:57:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D20723856DE7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694015871; bh=QRwRl5OP1B90/nKBirWbAnMmWJ5KOa9vGbcJ8r7Q51o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vps7lvYoAZtHH///AwEfvZ3ibme1a36MkQ2ufBImfGO5NN0LRE4dCjJ9YCk/FQe59 ZW4+5qXkLJC3uexPV+9kOnbJhO7pwL6aAN71IwEC4iwHU51scnrWHvfVvi8HzbeOhJ 7EUC7YGZI386KW5+H46in85i6redzIKSFjJG2wu0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/102989] Implement C2x's n2763 (_BitInt) Date: Wed, 06 Sep 2023 15:57:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102989 --- Comment #100 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7a610d44d855424518ecb4429ea5226ed2c32543 commit r14-3749-g7a610d44d855424518ecb4429ea5226ed2c32543 Author: Jakub Jelinek Date: Wed Sep 6 17:31:23 2023 +0200 libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR10298= 9] The following patch adds a header with generated helper tables to suppo= rt 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 PR c/102989 libgcc/ * soft-fp/bitintpow10.h: New file.=