mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-25 18:59:53 +08:00
a30dbb3960
* src/cmath.cc: Remove. * src/Makefile.am (c_base_headers): Add bits/cmath.tcc. (sources): Remove cmath.cc * src/Makefile.in: Regenerate. * include/c/bits/std_cmath.h (__cmath_power<>): Declare. (__cmath_abs<>): New function. (abs, fabs): Use __cmath_abs when no direct support is available. (__pow_helper<>): New function. (pow): Define here. Use __pow_helper<>. * include/c/bits/cmath.tcc: New file. From-SVN: r37901 |
||
---|---|---|
.. | ||
bitset.cc | ||
codecvt.cc | ||
complex_io.cc | ||
complex.cc | ||
complexf.cc | ||
complexl.cc | ||
gen-num-limits.cc | ||
ios.cc | ||
limits_generic.cc | ||
locale-inst.cc | ||
locale.cc | ||
localename.cc | ||
Makefile.am | ||
Makefile.in | ||
misc-inst.cc | ||
stdexcept.cc | ||
stdstreams.cc | ||
stl-inst.cc | ||
string-inst.cc | ||
strstream.cc | ||
valarray-inst.cc |