Skip to content

Commit 73d09ed

Browse files
committed
re-enable auto Simd selection mode
1 parent ad5febf commit 73d09ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HashLib/src/Include/HashLib.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
{$IFDEF HASHLIB_ARM_SIMD}
175175
// Uncomment at most ONE to force a specific Arm SIMD dispatch level:
176-
{$DEFINE HASHLIB_FORCE_NEON}
176+
// {$DEFINE HASHLIB_FORCE_NEON}
177177
// {$DEFINE HASHLIB_FORCE_SVE}
178178

179179
{$IF (DEFINED(HASHLIB_FORCE_SCALAR) AND DEFINED(HASHLIB_FORCE_NEON))

0 commit comments

Comments
 (0)