mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
7 lines
349 B
Makefile
7 lines
349 B
Makefile
|
# Makefile fragment for POWER4/5/5+.
|
||
|
|
||
|
ifeq ($(subdir),string)
|
||
|
CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funroll-loops -fpeel-loops -ftree-loop-linear
|
||
|
CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funroll-loops -fpeel-loops -ftree-loop-linear
|
||
|
endif
|