freebsd-dev/lib/libc/aarch64/string
Andrew Turner 2e8ff4d1d5 Switch to Arm Optimized Routines for mem* & str*
These are the updated version of the older Cortex Strings Library we
previously used. The Arm Optimized Routines also support CPU features
that are currently in development on FreeBSD, e.g. Branch Target
Identification (BTI). Rather than add BTI support to the old code it's
easier to just use the maintained version.

Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32774
2021-11-19 11:40:46 +00:00
..
Makefile.inc Switch to Arm Optimized Routines for mem* & str* 2021-11-19 11:40:46 +00:00
memcpy.S Switch to Arm Optimized Routines for mem* & str* 2021-11-19 11:40:46 +00:00
memmove.S Switch to Arm Optimized Routines for mem* & str* 2021-11-19 11:40:46 +00:00
strchr.S Switch to Arm Optimized Routines for mem* & str* 2021-11-19 11:40:46 +00:00
strrchr.S Switch to Arm Optimized Routines for mem* & str* 2021-11-19 11:40:46 +00:00