mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
6 lines
176 B
Makefile
6 lines
176 B
Makefile
|
# Makefile fragment for POWER4/5/5+ platforms with FPU.
|
||
|
|
||
|
ifeq ($(subdir),math)
|
||
|
CFLAGS-mpa.c += --param max-unroll-times=4 -funroll-loops -fpeel-loops -ftree-loop-linear
|
||
|
endif
|