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