arrfab / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1413638-1.patch

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