From nobody Tue Jul 28 15:45:23 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h8ftW73Mhz6mvsl for ; Tue, 28 Jul 2026 15:45:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h8ftW6KN4z3Rb3 for ; Tue, 28 Jul 2026 15:45:23 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785253523; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L76HnMeE7L2aE7RmHt0I+enocxQv6T/i6OpNgKqgoBo=; b=WW4PztAHlu+ooJXjBOV4dPLXhq1RU1nvIQcTfhbKDMERueXWmTVYagQ9V6896J0oA1BsUK QMaS+Da9pkEv2KOC2Jwt4VYrusdSkxKOm+jVVQiltTPhNinR0ebh9R54bA17N2DwSCi1tI Dui+nkb8s8gNcQJ9fWjuEac71YsJptPux+wrhaInm61r8sJ27xe+0wpIE0Jj6sMWF8ZV5s UyJrEe1VmtWW0E5eqwcHDNoJOYJndZTnwYTN+6qRxpcjMJY+hlSBPKjRQUyKNAgG6w448E 2rxRtaEZVZFfibSE2+0801X8nEM2h1PebCEvFvqyAobSCwnliwV73mr62NpJww== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1785253523; a=rsa-sha256; cv=none; b=Fr5NbnYrozW1CZFUkjnuRDQ5WdQiJrkx7ITW5m3TOeH/CCfTzLTPJgYMzWlvgjQcLqED3I VN7xZpksYEMpY4ikfQiu1K7fGJABtBuXhLlP7ucTWagKW6FRE78lbhcFzqBjJJPGgaFGqJ v8PQoz3Yd1Jp/BsiUDAFrgqF7BG7yvS0Qu564nytioPVcL4dm65oXbOGX8s0BqqpJtiJD3 0PbKZYuDAHKEQHoWzwsPHBg5t038EzoA2Msk/XlUniKbO0qPwnOfKoRpKH+cCG3LpXtQB2 D5+rNmy2/eVD6mbgxFauSUKwvV7zdydIZb4oomyz1ikKwQOJvctDERjjW41MGg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785253523; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L76HnMeE7L2aE7RmHt0I+enocxQv6T/i6OpNgKqgoBo=; b=QyxzymzmknrcXekRXnUa6cByZXe3r0B+X5+WHd0oT3ucsjmT2mD3oSlrS5AHAuXLQhri0D E9ZiIyXxBTI5XTJm26crMuLVQmEAEWIIUZdj4p6IHojbUBxr0K615hP9InMLMbwhzW+qwI nH7RuTiuEeQ61SlhqRfx6iUiLlv5EcOpC1600pFpvosB1XOvy3wAYn7g1hOdGtT14HVsJC KYMgEK9hn4DhE6L06FBiE4PkPYXDuiX4TVbX+fuwq6DEMxV/C425YVth5sKk2wq7zHHEO9 Du+qYY/4PandHD225gRtAOpRz/ehXWqw+r/PZtQRd6V71Y2PtlQcnpDq9B+Ttw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h8ftW4nM1zmkC for ; Tue, 28 Jul 2026 15:45:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 24899 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 28 Jul 2026 15:45:23 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: 69b3aa35469a - stable/14 - msun: expose the C23 functions we already support in List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 69b3aa35469a2df029a2faaa8c4022af72d8f418 Auto-Submitted: auto-generated Date: Tue, 28 Jul 2026 15:45:23 +0000 Message-Id: <6a68ce93.24899.1ba26bf0@gitrepo.freebsd.org> The branch stable/14 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=69b3aa35469a2df029a2faaa8c4022af72d8f418 commit 69b3aa35469a2df029a2faaa8c4022af72d8f418 Author: Robert Clausecker AuthorDate: 2025-11-17 17:09:11 +0000 Commit: Robert Clausecker CommitDate: 2026-07-28 15:44:57 +0000 msun: expose the C23 functions we already support in This is the *pi family of trigonometric functions. Quite a few C23 functions are still missing. These seem to be: acospi, acospif, acospil, asinpi, asinpif, asinpil, atan2pi, atan2pif, atan2pil, atanpi, atanpif, atanpil, canonicalize, canonicalizef, canonicalizel, compoundn, compoundnf, compoundnl, daddl, ddivl, dfmal, dmull, dsqrtl, dsubl, exp10, exp10f, exp10l, exp10m1, exp10m1f, exp10m1l, exp2m1, exp2m1f, exp2m1l, fadd, faddl, fdiv, fdivl, ffma, ffmal, fmaximum, fmaximum_mag, fmaximum_mag_num, fmaximum_mag_numf, fmaximum_mag_numl, fmaximum_magf, fmaximum_magl, fmaximum_num, fmaximum_numf, fmaximum_numl, fmaximumf, fmaximuml, fminimum, fminimum_mag, fminimum_mag_num, fminimum_mag_numf, fminimum_mag_numl, fminimum_magf, fminimum_magl, fminimum_num, fminimum_numf, fminimum_numl, fminimumf, fminimuml, fmul, fmull, fromfp, fromfpf, fromfpl, fromfpx, fromfpxf, fromfpxl, fsqrt, fsqrtl, fsub, fsubl, iscanonical, iseqsig, issignaling, issubnormal, iszero, nextdown, nextdownf, nextdownl, nextup, nextupf, nextupl, pown, pownf, pownl, powr, powrf, powrl, rootf, rootl, rootn, roundeven, roundevenf, roundevenl, rsqrt, rsqrtf, rsqrtl, ufromfp, ufromfpf, ufromfpl, ufromfpx, ufromfpxf, ufromfpxl. Reviewed by: imp Approved by: markj (mentor) MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D53783 (cherry picked from commit 37fa5b36abb15b322493aba20146709d48359507) (cherry picked from commit 104488641acaf2269d860d8abf142d80a340a5e8) --- lib/msun/src/math.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 8e72beb757f8..cdf22851e7b5 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -498,6 +498,9 @@ long double lgammal_r(long double, int *); void sincos(double, double *, double *); void sincosf(float, float *, float *); void sincosl(long double, long double *, long double *); +#endif /* __BSD_VISIBLE */ + +#if __ISO_C_VISIBLE >= 2023 double cospi(double); float cospif(float); long double cospil(long double); @@ -507,7 +510,7 @@ long double sinpil(long double); double tanpi(double); float tanpif(float); long double tanpil(long double); -#endif +#endif /* __ISO_C_VISIBLE >= 2023 */ __END_DECLS