public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Add declarations for __ieee754_tgamma functions to fdlibm.h
@ 2020-12-16 20:28 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2020-12-16 20:28 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d634f26653d4a673fed92d882107f165503e2e60

commit d634f26653d4a673fed92d882107f165503e2e60
Author: Jeff Johnston <jjohnstn@redhat.com>
Date:   Wed Dec 16 15:25:25 2020 -0500

    Add declarations for __ieee754_tgamma functions to fdlibm.h

Diff:
---
 newlib/libm/common/fdlibm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/newlib/libm/common/fdlibm.h b/newlib/libm/common/fdlibm.h
index 8dffc832d..7a49e29e0 100644
--- a/newlib/libm/common/fdlibm.h
+++ b/newlib/libm/common/fdlibm.h
@@ -160,6 +160,7 @@ extern double __ieee754_fmod __P((double,double));
 extern double __ieee754_pow __P((double,double));
 extern double __ieee754_lgamma_r __P((double,int *));
 extern double __ieee754_gamma_r __P((double,int *));
+extern double __ieee754_tgamma __P((double));
 extern double __ieee754_log10 __P((double));
 extern double __ieee754_sinh __P((double));
 extern double __ieee754_hypot __P((double,double));
@@ -206,6 +207,7 @@ extern float __ieee754_fmodf __P((float,float));
 extern float __ieee754_powf __P((float,float));
 extern float __ieee754_lgammaf_r __P((float,int *));
 extern float __ieee754_gammaf_r __P((float,int *));
+extern float __ieee754_tgammaf __P((float));
 extern float __ieee754_log10f __P((float));
 extern float __ieee754_sinhf __P((float));
 extern float __ieee754_hypotf __P((float,float));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-16 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 20:28 [newlib-cygwin] Add declarations for __ieee754_tgamma functions to fdlibm.h Jeff Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).