2012-03-16 16:07:57 +01:00
|
|
|
ifeq ($(subdir),math)
|
|
|
|
# branred depends on precise IEEE double rounding
|
|
|
|
CFLAGS-branred.c = $(config-cflags-nofma)
|
2013-12-17 18:12:30 +00:00
|
|
|
CFLAGS-e_sqrt.c = $(config-cflags-nofma)
|
2015-03-10 09:38:54 -04:00
|
|
|
CFLAGS-e_pow.c = $(config-cflags-nofma)
|
2012-03-16 16:07:57 +01:00
|
|
|
endif
|