From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93180385B53C; Fri, 24 Feb 2023 12:35:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93180385B53C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677242123; bh=98XsBi9rwyJUVqi/O2rxDsBUYLxth1ABbivFKiWET+E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WBqTZuHqhl1TR6spmGh5d2+XaUUBqsDRy12iTjB4+cLvDjMzOhJIoZNAiB+1DHUEg ndDwSiYtEH/vwyC4/uCo4PXDdsOqxkptzwbA1VaDWySGlonnG35rMWlvs7/zGhenHp sh/KZUWwJVrKtZuLGR/BHqwSh6tuU25uYRbBPWYE= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug exp/20991] __int128 type support Date: Fri, 24 Feb 2023 12:35:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: exp X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pedro at palves dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D20991 --- Comment #12 from Pedro Alves --- I was looking at whether GMP already has built-in support for _finite_ precision, for example so that we handle wraparound of "unsigned __int128" values propertly, left shifting, etc. I couldn't find anything for that, s= o I guess we'd have to implement wraparound, etc. ourselves? --=20 You are receiving this mail because: You are on the CC list for the bug.=