From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 707A83858D28; Sat, 6 May 2023 23:06:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 707A83858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683414378; bh=UxRnTgvILApfT2mfOUJ9cpMNjKZTso0BmW9Eo5yy5/w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L2QBJmnLAaK/eNc6OT/fqHs0s+TLdjK6C+PKLg7po0XhkN5nH/lMJDqr+Q7QXtidw K1mMFHZfIpLjxR6HxsPAX8LU5zUxT7FzNv230GNQVoGhwmTycIUZxCDdubIwN/cttB L7Cu98yNHUbrUd3yQ/4XsPAGdfKCjXjPvE1PYVlk= From: "g.peterhoff@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109758] std::abs(__float128) doesn't support NaN Date: Sat, 06 May 2023 23:06:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: g.peterhoff@t-online.de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D109758 --- Comment #5 from g.peterhoff@t-online.de --- >> Again, what do you mean by "quadmath"? __float128 https://github.com/gcc-mirror/gcc/tree/master/libquadmath This is not to be confused with C++23 std::float128_t.=