Merge "libc: Optimize ARM memcmp by using NEON."

This commit is contained in:
Haibo Huang 2018-12-22 04:54:23 +00:00 committed by Gerrit Code Review
commit 7bd54ade8d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ENTRY(memcmp)
* Neon optimization
* Comparing 32 bytes at a time
*/
#if defined(__ARM_NEON__) && defined(NEON_UNALIGNED_ACCESS)
#if defined(__ARM_NEON__)
subs r2, r2, #32
blo 3f