6 lines
163 B
Makefile
6 lines
163 B
Makefile
|
ifeq ($(subdir),math)
|
||
|
# branred depends on precise IEEE double rounding
|
||
|
CFLAGS-branred.c += $(config-cflags-nofma)
|
||
|
CFLAGS-e_sqrt.c += $(config-cflags-nofma)
|
||
|
endif
|