]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Compile e_sqrt.c with -ffp-contract=off.
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Tue, 17 Dec 2013 18:12:30 +0000 (18:12 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 18 Dec 2013 12:07:06 +0000 (12:07 +0000)
ChangeLog
sysdeps/ieee754/dbl-64/Makefile

index 7ea766d0c5007238a3d42cc7de389274e21e8b8c..a3bed28dbf56c3c9f91a096249acace10826d210 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
+       $(config-cflags-nofma).
+
 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
 
        * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
index 1a7b31158d10ea4bda42f31033734781210370de..35f545ff8e459342a6d8eb27494cc25383bea51f 100644 (file)
@@ -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