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