about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/Makefile
blob: bf38f2c589e96a1b3d098f26c3eb334d519b9acc (plain) (blame)
1
2
3
4
5
6
7
8
ifeq ($(subdir),math)
CFLAGS-e_sqrtf.c += -fno-math-errno
CFLAGS-e_sqrt.c += -fno-math-errno
CFLAGS-s_lroundf.c += -fno-math-errno
CFLAGS-s_lround.c += -fno-math-errno
CFLAGS-s_llroundf.c += -fno-math-errno
CFLAGS-s_llround.c += -fno-math-errno
endif