*.c: Check for ARM64 SIMD before using the accelerated code.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Nov 2019 17:09:01 +0000 (17:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 13:37:21 +0000 (14:37 +0100)
I don't expect ARM64 processors to omit the SIMD instructions, but it's
convenient to have a way to inhibit the accelerated code (e.g., for
performance measurement).


No differences found