diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-12-14 22:06:35 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-12-14 22:06:35 +0100 |
commit | dc6f415864bad4172aa2b396007cbb4ed2acf949 (patch) | |
tree | b25e70ca2c4733ffdbd56a16ffcfba6bbccfccb2 /libstdc++-v3/config.h.in | |
parent | e10e23ee51716833df9ee4642a72f91eff4ff90a (diff) | |
download | gcc-dc6f415864bad4172aa2b396007cbb4ed2acf949.zip gcc-dc6f415864bad4172aa2b396007cbb4ed2acf949.tar.gz gcc-dc6f415864bad4172aa2b396007cbb4ed2acf949.tar.bz2 |
builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and __builtin_fsqrt to __builtin_sqrt.
2001-12-14 Roger Sayle <roger@eyesopen.com>
* builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and
__builtin_fsqrt to __builtin_sqrt.
* builtins.c (expand_builtin_mathfn,expand_builtin): Same.
* doc/extend.texi: Simplify documentation to match patch.
f:
* com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
* com.c (ffecom_init_0): Same, and fixed enumeration usage.
libstdc++-v3:
* acconfig.h: Test for __builtin_sqrt instead of
__builtin_fsqrt.
* acinclude.m4: Same.
* include/c_shadow/bits/std_cmath.h: Same.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
* configure: Regenerated.
From-SVN: r48008
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 311a033..e2d1d6a 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -81,8 +81,8 @@ // Define if the compiler/host combination has __builtin_sinl #undef HAVE___BUILTIN_SINL -// Define if the compiler/host combination has __builtin_fsqrt -#undef HAVE___BUILTIN_FSQRT +// Define if the compiler/host combination has __builtin_sqrt +#undef HAVE___BUILTIN_SQRT // Define if the compiler/host combination has __builtin_sqrtf #undef HAVE___BUILTIN_SQRTF |