*.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)
commit2b3f6527d522b647a6c8b5039228ebe569686c38
tree3d6787d6c00c18d1812f71d42c165d7d2c7ab033
parentcb7f92c40acf03e11484389e9f4f6cc045401ca8
*.c: Check for ARM64 SIMD before using the accelerated code.

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).
symm/chacha.c
symm/salsa20.c