aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/Makefile
blob: 766bef4a35d01d3d0f9aa3cf584731aa884613f8 (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(subdir),math)
# branred depends on precise IEEE double rounding
CFLAGS-branred.c += $(config-cflags-nofma)
CFLAGS-e_sqrt.c += $(config-cflags-nofma)
endif

ifeq ($(subdir),stdio-common)
fmt-xscanf-real-convs += double
endif