Skip to content

Commit b985841

Browse files
committed
fix aarch64 neon perf issue
1 parent ae9a3cd commit b985841

4 files changed

Lines changed: 122 additions & 393 deletions

File tree

HashLib/src/Include/HashLib.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
{$IFEND}
144144

145145
// Uncomment to force scalar dispatch (available on all platforms):
146-
{$DEFINE HASHLIB_FORCE_SCALAR}
146+
// {$DEFINE HASHLIB_FORCE_SCALAR}
147147

148148
{$IF DEFINED(HASHLIB_I386_ASM) OR DEFINED(HASHLIB_X86_64_ASM)}
149149
{$DEFINE HASHLIB_X86_SIMD}

0 commit comments

Comments
 (0)