00db10
commit cb756c6d686242acdc942e3d4276e399a69a6f02
00db10
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
00db10
Date:   Tue Dec 17 18:12:30 2013 +0000
00db10
00db10
    Compile e_sqrt.c with -ffp-contract=off.
00db10
00db10
diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile
00db10
index 1a7b311..35f545f 100644
00db10
--- a/sysdeps/ieee754/dbl-64/Makefile
00db10
+++ b/sysdeps/ieee754/dbl-64/Makefile
00db10
@@ -1,4 +1,5 @@
00db10
 ifeq ($(subdir),math)
00db10
 # branred depends on precise IEEE double rounding
00db10
 CFLAGS-branred.c = $(config-cflags-nofma)
00db10
+CFLAGS-e_sqrt.c = $(config-cflags-nofma)
00db10
 endif