From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6183B3858D34; Mon, 20 May 2024 16:02:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6183B3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716220942; bh=+CnRUU6f0/llEU+WX16Hh/tCYfx29gsxXV8txD3h3mE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w10N/IRWNnUTr9Mo+ddCoEglW/qiDSaMlfv8G+Aqxs68vZ375bgRFI/IZaeqUt1p7 gTIm7aw3ee+98JRs4CFSWxI/NuVhcBFb1VBrlpazUVNJp22ndM/A2R4V3ThyEzuton 4Xw5b65qwl1da3LTurHvffVcM03Hf+67M7fd+BOQ= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/31760] Missing math functions Date: Mon, 20 May 2024 16:02:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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=3D31760 --- Comment #1 from H.J. Lu --- There are libm-test-isfinite.inc:#if !TEST_FLOATN libm-test-lgamma.inc:#if !TEST_FLOATN libm-test-nexttoward.inc:#if !TEST_FLOATN libm-test-nexttoward.inc:#if !TEST_FLOATN libm-test-remainder.inc:#if !TEST_FLOATN libm-test-scalb.inc:#if !TEST_FLOATN libm-test-scalb.inc:#if !TEST_FLOATN libm-test-significand.inc:#if !TEST_FLOATN libm-test-significand.inc:#if !TEST_FLOATN test-double.h:#define TEST_FLOATN 0 test-float.h:#define TEST_FLOATN 0 test-ldouble.h:#define TEST_FLOATN 0 test-math-floatn.h:#define TEST_FLOATN 1 It looks like that scalbf32 scalbf32x scalbf64 scalbf64x significandf32 significandf32x significandf64 are excluded on purpose. --=20 You are receiving this mail because: You are on the CC list for the bug.=