about summary refs log tree commit diff
path: root/sysdeps/x86/fpu/Makefile
blob: d38497cff3dafcc440f9608940bcc5b37fe64649 (plain) (blame)
1
2
3
4
5
6
ifeq ($(subdir),math)
libm-support += powl_helper
tests += test-fenv-sse test-fenv-clear-sse
CFLAGS-test-fenv-sse.c += -msse2 -mfpmath=sse
CFLAGS-test-fenv-clear-sse.c += -msse2 -mfpmath=sse
endif