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