mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-19 22:30:26 +00:00
Add an optimized strcmp for CRISv32. This improves strcmp performance with about 25% when comparing a 55 character string with itself. Signed-off-by: Edgar Iglesias <edgar@axis.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
8 lines
162 B
Makefile
8 lines
162 B
Makefile
#
|
|
# Makefile for Etrax-specific library files..
|
|
#
|
|
|
|
lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o \
|
|
csumcpfruser.o spinlock.o delay.o strcmp.o
|
|
|