Enable arm64 optimizations that exist for power/x86 (#3393)
64-bit Arm platforms support unaligned accesses.
Running the string benchmarks this change improves performance by an average of 1.04x, min .96x, max 1.21x, median 1.01x
Similar to x86 and powerpc optimizations.
Enable arm64 optimizations that exist for power/x86 (#3393)
64-bit Arm platforms support unaligned accesses.
Running the string benchmarks this change improves performance
by an average of 1.04x, min .96x, max 1.21x, median 1.01x
Similar to x86 and powerpc optimizations.