i386: Replace assembly versions of e_log2f with generic e_log2f.c
[glibc.git] / sysdeps / i386 / i686 / fpu / multiarch / Makefile
blobeee3b8b1fd2534381262469ead712f2cc7a94040
1 ifeq ($(subdir),math)
2 libm-sysdep_routines += e_exp2f-sse2 e_expf-sse2 e_logf-sse2 e_log2f-sse2 \
3 s_sinf-sse2 s_cosf-sse2 s_sincosf-sse2
5 CFLAGS-e_exp2f-sse2.c = -msse2 -mfpmath=sse
6 CFLAGS-e_expf-sse2.c = -msse2 -mfpmath=sse
7 CFLAGS-e_log2f-sse2.c = -msse2 -mfpmath=sse
8 CFLAGS-e_logf-sse2.c = -msse2 -mfpmath=sse
9 endif