glibc/sysdeps/x86/fpu/Makefile

7 lines
197 B
Makefile
Raw Normal View History

ifeq ($(subdir),math)
libm-support += powl_helper
tests += test-fenv-sse test-fenv-clear-sse
2014-05-09 16:59:56 +00:00
CFLAGS-test-fenv-sse.c += -msse2 -mfpmath=sse
CFLAGS-test-fenv-clear-sse.c += -msse2 -mfpmath=sse
endif