mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
bde reports (in a reply to r351700 commit mail):
This uses scasb, which was last optimal on the 8086, or perhaps the
original i386. On freefall, it is several times slower than the
naive translation of the naive C code.
Reported by: bde
Reviewed by: kib, markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21785
22 lines
245 B
Makefile
22 lines
245 B
Makefile
# $FreeBSD$
|
|
|
|
MDSRCS+= \
|
|
bcmp.S \
|
|
bcopy.S \
|
|
bzero.S \
|
|
ffs.S \
|
|
memcmp.S \
|
|
memcpy.S \
|
|
memmove.S \
|
|
memset.S \
|
|
strcat.S \
|
|
strchr.S \
|
|
strcmp.S \
|
|
strcpy.S \
|
|
strncmp.S \
|
|
strrchr.S \
|
|
swab.S \
|
|
wcschr.S \
|
|
wcscmp.S \
|
|
wcslen.S \
|
|
wmemchr.S
|