blob: fa1b070a00269d3e3efbe62b97a1c36f655c2afc (
plain) (
blame)
1
2
3
4
5
6
|
# Makefile fragment for POWER4/5/5+ with FPU.
ifeq ($(subdir),math)
CFLAGS-mpa.c += --param max-unroll-times=4 -funroll-loops -fpeel-loops
CPPFLAGS-slowexp.c += -DUSE_LONG_DOUBLE_FOR_MP=1
endif
|