mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 01:50:11 +00:00
6d9145d817
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64.
8 lines
244 B
Makefile
8 lines
244 B
Makefile
# 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
|