From 7998fa7899a29803ad4512002636332dfee48451 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 16 Mar 2012 16:07:57 +0100 Subject: Disable use of FMA instructions in branred --- sysdeps/ieee754/dbl-64/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/ieee754/dbl-64/Makefile (limited to 'sysdeps/ieee754/dbl-64') diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile new file mode 100644 index 0000000000..1a7b31158d --- /dev/null +++ b/sysdeps/ieee754/dbl-64/Makefile @@ -0,0 +1,4 @@ +ifeq ($(subdir),math) +# branred depends on precise IEEE double rounding +CFLAGS-branred.c = $(config-cflags-nofma) +endif -- cgit 1.4.1