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