blob: ded9976b9dc7c48d8d8c4a42ab270a59ea3fffef (
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-slowpow.c += -DUSE_LONG_DOUBLE_FOR_MP=1
endif
|