glibc/sysdeps/x86/fpu/Makefile

6 lines
125 B
Makefile
Raw Normal View History

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