aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-01-16 17:40:05 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-01-16 17:40:05 +0100
commite8d42d280e1be1670d0ef09eb7bd78574082b5f0 (patch)
tree47caa0844b550a6a644474e56c878200e48d276a /libquadmath/config.h.in
parent5b8901caa0c57c993149b2b150f09abeef7ed679 (diff)
downloadgcc-e8d42d280e1be1670d0ef09eb7bd78574082b5f0.zip
gcc-e8d42d280e1be1670d0ef09eb7bd78574082b5f0.tar.gz
gcc-e8d42d280e1be1670d0ef09eb7bd78574082b5f0.tar.bz2
re PR fortran/46402 (libquadmath: Add fmalq)
PR fortran/46402 * quadmath.map (QUADMATH_1.0): Add fmaq. * configure.ac: Check for fenv.h, feholdexcept, fesetround, feupdateenv, fesetenv and fetestexcept. * configure: Regenerated. * config.h.in: Regenerated. * quadmath.h (fmaq): New prototype. * quadmath_weak.h (fmaq): Add. * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c. * Makefile.in: Regenerated. * quadmath-imp.h: Include config.h. * math/expq.c: Include fenv.h. (USE_FENV_H): Define if libm support for fe* is there. (expq): Add fesetround etc. support if USE_FENV_H is defined. * math/fmaq.c: New file. * libquadmath.texi (fmaq): Add. From-SVN: r168852
Diffstat (limited to 'libquadmath/config.h.in')
-rw-r--r--libquadmath/config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/libquadmath/config.h.in b/libquadmath/config.h.in
index 648942b..5dd1018 100644
--- a/libquadmath/config.h.in
+++ b/libquadmath/config.h.in
@@ -6,6 +6,24 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* libm includes feholdexcept */
+#undef HAVE_FEHOLDEXCEPT
+
+/* Define to 1 if you have the <fenv.h> header file. */
+#undef HAVE_FENV_H
+
+/* libm includes fesetenv */
+#undef HAVE_FESETENV
+
+/* libm includes fesetround */
+#undef HAVE_FESETROUND
+
+/* libm includes fetestexcept */
+#undef HAVE_FETESTEXCEPT
+
+/* libm includes feupdateenv */
+#undef HAVE_FEUPDATEENV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H