aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acconfig.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2000-06-14 01:16:03 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-06-14 01:16:03 +0000
commit5ae55a2e04d9c820dc0ed10f1bb062505a73760f (patch)
tree37aa931b677a25810479b28d6d97eb71207f587d /libstdc++-v3/acconfig.h
parentcc12edec9b5f6376416605211a1fb602b09a541f (diff)
downloadgcc-5ae55a2e04d9c820dc0ed10f1bb062505a73760f.zip
gcc-5ae55a2e04d9c820dc0ed10f1bb062505a73760f.tar.gz
gcc-5ae55a2e04d9c820dc0ed10f1bb062505a73760f.tar.bz2
[multiple changes]
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. From-SVN: r34539
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r--libstdc++-v3/acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h
index 510465d..91ac287 100644
--- a/libstdc++-v3/acconfig.h
+++ b/libstdc++-v3/acconfig.h
@@ -102,6 +102,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