Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-optimized-routines
/
dec9ffea1ef05604ec79b8fbd6abc7a7c72393f6
/
.
/
string
/
strchrnul.S
blob: 3dfdeef4788939bab48f3ea06795607f796ba7f2 [
file
] [
log
] [
blame
]
/*
*
Selected possible strchr implementations.
*
*
Copyright
(
c
)
2019
,
Arm Limited.
*
SPDX
-
License
-
Identifier
:
MIT
*/
#if __aarch64__
#include "aarch64/strchrnul.S"
# if __ARM_FEATURE_SVE
#include "aarch64/strchrnul-sve.S"
# endif
#endif