Page MenuHomeFreeBSD

D48502.id149456.diff
No OneTemporary

D48502.id149456.diff

Index: lib/libc/aarch64/string/Makefile.inc
===================================================================
--- lib/libc/aarch64/string/Makefile.inc
+++ lib/libc/aarch64/string/Makefile.inc
@@ -4,7 +4,6 @@
#
AARCH64_STRING_FUNCS= \
- memchr \
memcmp \
memcpy \
memmove \
@@ -19,6 +18,7 @@
# SIMD-enhanced routines not derived from Arm's code
MDSRCS+= \
+ memchr.S \
strcmp.S \
strspn.S \
strcspn.S \
Index: tools/build/depend-cleanup.sh
===================================================================
--- tools/build/depend-cleanup.sh
+++ tools/build/depend-cleanup.sh
@@ -270,8 +270,9 @@
# 20250110 3dc5429158cf add strncat SIMD implementation
clean_dep lib/libc strncat c
- # 20250110 bea89d038ac5 add strlcat SIMD implementation
+ # 20250110 bea89d038ac5 add strlcat SIMD implementation, and move memchr
clean_dep lib/libc strlcat c
+ run rm -f "$OBJTOP"/lib/libc/memchr.S
# 20250110 3863fec1ce2d add strlen SIMD implementation
clean_dep lib/libc strlen S arm-optimized-routines

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 8:32 PM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31583445
Default Alt Text
D48502.id149456.diff (1 KB)

Event Timeline