Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108223699
D48443.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
D48443.diff
View Options
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -239,3 +239,48 @@
echo "Removing stale jemalloc.3 object"
run rm -f "$OBJTOP"/lib/libc/jemalloc.3
fi
+
+if [ $MACHINE_ARCH = aarch64 ]; then
+ # 20250110 5e7d93a60440 add strcmp SIMD implementation
+ clean_dep lib/libc strcmp S
+
+ # 20250110 b91003acffe7 add strspn optimized implementation
+ clean_dep lib/libc strspn c
+
+ # 20250110 f2bd390a54f1 add strcspn optimized implementation
+ clean_dep lib/libc strcspn c
+
+ # 20250110 89b3872376cb add optimized strpbrk & strsep implementations
+ clean_dep lib/libc strpbrk c
+
+ # 20250110 79287d783c72 strcat enable use of SIMD
+ clean_dep lib/libc strcat c
+
+ # 20250110 756b7fc80837 add strlcpy SIMD implementation
+ clean_dep lib/libc strlcpy c
+
+ # 20250110 25c485e14769 add strncmp SIMD implementation
+ clean_dep lib/libc strncmp S
+
+ # 20250110 bad17991c06d add memccpy SIMD implementation
+ clean_dep lib/libc memccpy c
+
+ # 20250110 3dc5429158cf add strncat SIMD implementation
+ clean_dep lib/libc strncat c
+
+ # 20250110 bea89d038ac5 add strlcat SIMD implementation
+ clean_dep lib/libc strlcat c
+
+ # 20250110 3863fec1ce2d add strlen SIMD implementation
+ clean_dep lib/libc strlen S
+
+ # 20250110 79e01e7e643c add bcopy & bzero wrapper
+ clean_dep lib/libc bcopy c
+ clean_dep lib/libc bzero c
+
+ # 20250110 f2c98669fc1b add ASIMD-enhanced timingsafe_bcmp implementation
+ clean_dep lib/libc timingsafe_bcmp c
+
+ # 20250110 3f224333af16 add timingsafe_memcmp() assembly implementation
+ clean_dep lib/libc timingsafe_memcmp c
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 8:08 PM (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15796051
Default Alt Text
D48443.diff (1 KB)
Attached To
Mode
D48443: depend-cleanup.sh: clean up after AArch64 libc SIMD merge
Attached
Detach File
Event Timeline
Log In to Comment