summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power4/fpu/Makefile
blob: 2d44f727a564db5d357f7c82be4cd438c85082f8 (plain) (blame)
1
2
3
4
5
6
7
# Makefile fragment for POWER4/5/5+ platforms with FPU.

ifeq ($(subdir),math)
CFLAGS-mpa.c += --param max-unroll-times=4 -funroll-loops -fpeel-loops
CPPFLAGS-slowpow.c += -DUSE_LONG_DOUBLE_FOR_MP=1
CPPFLAGS-slowexp.c += -DUSE_LONG_DOUBLE_FOR_MP=1
endif