glibc/sysdeps/powerpc/powerpc64/fpu
Aurelien Jarno 6bcc7ced4f ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).
Commit a6a4395d fixed modf implementation by compiling s_modf.c and
s_modff.c with -fsignaling-nans. However these files are also included
from the pre-POWER5+ implementation, and thus these files should also
be compiled with -fsignaling-nans.

Changelog:
	[BZ #20240]
	* sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
	(CFLAGS-s_modf-ppc32.c): New variable.
	(CFLAGS-s_modff-ppc32.c): Likewise.
	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
	(CFLAGS-s_modf-ppc64.c): Likewise.
	(CFLAGS-s_modff-ppc64.c): Likewise.
2016-07-08 11:24:34 +02:00
..
multiarch ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). 2016-07-08 11:24:34 +02:00
s_ceil.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_ceilf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_copysign.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_copysignf.S
s_copysignl.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fabs.S
s_fabsl.S Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). 2016-05-27 15:29:31 +00:00
s_floor.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_floorf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_fma.S
s_fmax.S
s_fmin.S
s_isnan.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llrint.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llrintf.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llround.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llroundf.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_lrint.S
s_lround.S
s_lroundf.S
s_nearbyint.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_nearbyintf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_rint.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_rintf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_round.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_roundf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_trunc.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00
s_truncf.S Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). 2016-05-27 17:47:54 +00:00