From: Marcus Shawcroft Date: Tue, 17 Dec 2013 18:12:30 +0000 (+0000) Subject: Compile e_sqrt.c with -ffp-contract=off. X-Git-Tag: glibc-2.19~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb756c6d686242acdc942e3d4276e399a69a6f02;p=thirdparty%2Fglibc.git Compile e_sqrt.c with -ffp-contract=off. --- diff --git a/ChangeLog b/ChangeLog index 7ea766d0c50..a3bed28dbf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-17 Marcus Shawcroft + + * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add + $(config-cflags-nofma). + 2013-12-18 Joseph Myers * math/auto-libm-test-in: Mark some hypot tests no-test-inline. diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile index 1a7b31158d1..35f545ff8e4 100644 --- a/sysdeps/ieee754/dbl-64/Makefile +++ b/sysdeps/ieee754/dbl-64/Makefile @@ -1,4 +1,5 @@ ifeq ($(subdir),math) # branred depends on precise IEEE double rounding CFLAGS-branred.c = $(config-cflags-nofma) +CFLAGS-e_sqrt.c = $(config-cflags-nofma) endif