glibc/sysdeps/x86_64/fpu/multiarch
Joseph Myers f3426898bf Fix implicit __isinf declarations in exp.
My recent exp patch introduced warnings about implicit __isinf
declarations in exp because e_exp.c didn't include <math.h>.  This
patch fixes this.  Because <math.h> can't be included after
<math_private.h> (because of macro definitions of __nan*), it was
necessary to put an include in sysdeps/x86_64/fpu/multiarch/e_exp.c as
well.

Tested x86_64.

	* sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
	* sysdeps/x86_64/fpu/multiarch/e_exp.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
2014-03-24 22:00:32 +00:00
..
doasin-fma4.c
dosincos-fma4.c
e_asin-fma4.c
e_asin.c
e_atan2-avx.c
e_atan2-fma4.c
e_atan2.c
e_exp-avx.c
e_exp-fma4.c
e_exp.c Fix implicit __isinf declarations in exp. 2014-03-24 22:00:32 +00:00
e_log-avx.c
e_log-fma4.c
e_log.c
e_pow-fma4.c
e_pow.c
halfulp-fma4.c
Makefile
mpa-avx.c
mpa-fma4.c
mpatan2-fma4.c
mpatan-fma4.c
mpexp-avx.c
mpexp-fma4.c
mplog-avx.c
mplog-fma4.c
mpsqrt-fma4.c
mptan-fma4.c
s_atan-avx.c
s_atan-fma4.c
s_atan.c
s_ceil-c.c
s_ceil.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_ceilf-c.c
s_ceilf.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_floor-c.c
s_floor.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_floorf-c.c
s_floorf.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_fma.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_fmaf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_nearbyint-c.c
s_nearbyint.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_nearbyintf-c.c
s_nearbyintf.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_rint-c.c
s_rint.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_rintf-c.c
s_rintf.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s_sin-avx.c
s_sin-fma4.c
s_sin.c
s_tan-avx.c
s_tan-fma4.c
s_tan.c
sincos32-fma4.c
slowexp-avx.c
slowexp-fma4.c
slowpow-fma4.c