Skip to content
Commit b51eb35c authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

AArch64: Optimize memcmp



Rewrite memcmp to improve performance. On small and medium inputs performance
is 10-20% better. Large inputs use a SIMD loop processing 64 bytes per
iteration, which is 30-50% faster depending on the size.

Reviewed-by: default avatarSzabolcs Nagy <szabolcs.nagy@arm.com>
parent d120fb99
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment