]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/dbl-64/Makefile
powerpc: Fix incorrect results for pow when using FMA
[thirdparty/glibc.git] / sysdeps / ieee754 / dbl-64 / Makefile
1 ifeq ($(subdir),math)
2 # branred depends on precise IEEE double rounding
3 CFLAGS-branred.c = $(config-cflags-nofma)
4 CFLAGS-e_sqrt.c = $(config-cflags-nofma)
5 CFLAGS-e_pow.c = $(config-cflags-nofma)
6 endif