]> gcc.gnu.org Git - gcc.git/commit - libstdc++-v3/acinclude.m4
acconfig.h: Added defines for HAVE_BUILTIN math functs for float, double and long...
authorSteven King <sxking@uswest.net>
Tue, 6 Jun 2000 20:26:13 +0000 (20:26 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 6 Jun 2000 20:26:13 +0000 (20:26 +0000)
commit54fa741538eaf41ed84093cc5245f41119a8e969
treef2a58b50b7ee8a544992b80f3a50a2195923ba43
parent764dbbf2ddb0b5602ae03f0ecb2c8078587e41dd
acconfig.h: Added defines for HAVE_BUILTIN math functs for float, double and long double.

2000-06-06  Steven King <sxking@uswest.net>

        * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
        double and long double.  Added defines for HAVE libm math functs for
        float and long double.
        * aclocal.m4: Added configure checks for builtin math funcs and libm
        support for float and long double versions of the math functions.
        * config.h.in: Added undefs for math functs.
        * configure: Regenerate.
        * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
        _GLIBCPP_HAVE_BUILTIN_*.
        * bits/std_cmath.h: Added long double support.  Use builtins for
        float, double and long if available, otherwise, use libm versions if
        availible, otherwise, punt.
        * shadow/bits/std_cmath.h: ditto

From-SVN: r34436
libstdc++-v3/ChangeLog
libstdc++-v3/acconfig.h
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/bits/std_cmath.h
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/libio/Makefile.in
libstdc++-v3/math/mathconf.h
libstdc++-v3/shadow/bits/std_cmath.h
libstdc++-v3/src/Makefile.in
This page took 0.059559 seconds and 5 git commands to generate.