e413b14e18
This patch optimizes strcasestr function for power >= 8 systems. The average improvement of this optimization is ~40% and compares 16 bytes at a time using vector instructions. This patch is tested on powerpc64 and powerpc64le.
4 lines
66 B
Makefile
4 lines
66 B
Makefile
ifeq ($(subdir),string)
|
|
sysdep_routines += strcasestr-ppc64
|
|
endif
|