gcc/libquadmath/math
Jakub Jelinek e8d42d280e re PR fortran/46402 (libquadmath: Add fmalq)
PR fortran/46402
	* quadmath.map (QUADMATH_1.0): Add fmaq.
	* configure.ac: Check for fenv.h, feholdexcept, fesetround,
	feupdateenv, fesetenv and fetestexcept.
	* configure: Regenerated.
	* config.h.in: Regenerated.
	* quadmath.h (fmaq): New prototype.
	* quadmath_weak.h (fmaq): Add.
	* Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
	* Makefile.in: Regenerated.
	* quadmath-imp.h: Include config.h.
	* math/expq.c: Include fenv.h.
	(USE_FENV_H): Define if libm support for fe* is there.
	(expq): Add fesetround etc. support if USE_FENV_H is defined.
	* math/fmaq.c: New file.
	* libquadmath.texi (fmaq): Add.

From-SVN: r168852
2011-01-16 17:40:05 +01:00
..
acoshq.c
acosq.c
asinhq.c
asinq.c
atan2q.c
atanhq.c
atanq.c
cbrtq.c
ceilq.c
complex.c
copysignq.c
coshq.c
cosq.c
cosq_kernel.c
erfq.c
expm1q.c
expq.c re PR fortran/46402 (libquadmath: Add fmalq) 2011-01-16 17:40:05 +01:00
fabsq.c
finiteq.c
floorq.c
fmaq.c re PR fortran/46402 (libquadmath: Add fmalq) 2011-01-16 17:40:05 +01:00
fmodq.c
frexpq.c
hypotq.c
isinfq.c
isnanq.c
j0q.c
j1q.c
jnq.c
ldexpq.c
lgammaq.c
llroundq.c
log1pq.c
log10q.c
logq.c
lroundq.c
modfq.c
nanq.c
nextafterq.c
powq.c
rem_pio2q.c
remainderq.c
rintq.c
roundq.c
scalblnq.c
scalbnq.c
signbitq.c
sincos_table.c
sincosq.c
sincosq_kernel.c
sinhq.c
sinq.c
sinq_kernel.c
sqrtq.c
tanhq.c
tanq.c
tgammaq.c
truncq.c