summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/power4/fpu/Makefile
blob: e17d32f30e65bd11a37c1c3f242ab2611e20a9ed (plain)
1
2
3
4
5
6
7
# Makefile fragment for POWER4/5/5+ 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