mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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
6 lines
126 B
ArmAsm
6 lines
126 B
ArmAsm
#define __memcpy_aarch64 memcpy
|
|
#define __memmove_aarch64 memmove
|
|
#include "aarch64/memcpy.S"
|
|
|
|
.weak index
|
|
.equ index, strchr
|