aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-14 01:16:03 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-14 01:16:03 +0000
commitdaf887adf9c2baa722b2bb0d577308115a25b673 (patch)
tree37aa931b677a25810479b28d6d97eb71207f587d /libstdc++-v3/config.h.in
parent76b87026096c0924c109d8b4b4fa75e3afbe5a2f (diff)
2000-06-13 Steven King <sxking@uswest.net>
* acinclude.m4: Fixup some of the builtin math tests and add tests for __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl. * acconfig.h: Add entries for fmod*. 2000-06-13 Branko Cibej <branko.cibej@hermes.si> * bits/std_cmath.h: Fix typos in tests (*_FMODFF -> *_FMODF). Test *_MODFF not *_MODF for modf(float, float*). (modf(float, float*)): Remove reference to _C_legacy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in27
1 files changed, 21 insertions, 6 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 8549b5a13ad..be880d9588a 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -105,6 +105,15 @@
// Define if the compiler/host combination has __builtin_floorl
#undef HAVE_BUILTIN_FLOORL
+// Define if the compiler/host combination has __builtin_fmod
+#undef HAVE_BUILTIN_FMOD
+
+// Define if the compiler/host combination has __builtin_fmodf
+#undef HAVE_BUILTIN_FMODF
+
+// Define if the compiler/host combination has __builtin_fmodl
+#undef HAVE_BUILTIN_FMODL
+
// Define if the compiler/host combination has __builtin_frexp
#undef HAVE_BUILTIN_FREXP
@@ -294,6 +303,12 @@
/* Define if you have the _floorl function. */
#undef HAVE__FLOORL
+/* Define if you have the _fmodf function. */
+#undef HAVE__FMODF
+
+/* Define if you have the _fmodl function. */
+#undef HAVE__FMODL
+
/* Define if you have the _fpclass function. */
#undef HAVE__FPCLASS
@@ -342,9 +357,6 @@
/* Define if you have the _logl function. */
#undef HAVE__LOGL
-/* Define if you have the _modf function. */
-#undef HAVE__MODF
-
/* Define if you have the _modff function. */
#undef HAVE__MODFF
@@ -591,6 +603,12 @@
/* Define if you have the floorl function. */
#undef HAVE_FLOORL
+/* Define if you have the fmodf function. */
+#undef HAVE_FMODF
+
+/* Define if you have the fmodl function. */
+#undef HAVE_FMODL
+
/* Define if you have the fpclass function. */
#undef HAVE_FPCLASS
@@ -660,9 +678,6 @@
/* Define if you have the logl function. */
#undef HAVE_LOGL
-/* Define if you have the modf function. */
-#undef HAVE_MODF
-
/* Define if you have the modff function. */
#undef HAVE_MODFF