mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Compile e_sqrt.c with -ffp-contract=off.
This commit is contained in:
parent
9dbebe1a67
commit
cb756c6d68
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user