Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152588352
D48502.id149456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48502.id149456.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D48502: depend-cleanup: bea89d038ac5 also moved memchr
Attached
Detach File
Event Timeline
Log In to Comment