Compile e_sqrt.c with -ffp-contract=off.

This commit is contained in:
Marcus Shawcroft 2013-12-17 18:12:30 +00:00
parent 9dbebe1a67
commit cb756c6d68
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View 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