about summary refs log tree commit diff
path: root/sysdeps/i386/i686/fpu/multiarch/Makefile
blob: c5e8cfd689f5b5ba8926562845d5f76d89a23bec (plain) (blame)
1
2
3
4
5
6
ifeq ($(subdir),math)
libm-sysdep_routines += e_expf-sse2 s_sinf-sse2 s_cosf-sse2 \
                        s_sincosf-sse2

CFLAGS-e_expf-sse2.c = -msse2 -mfpmath=sse
endif