From: Mark Wooding Date: Fri, 15 Nov 2019 17:09:01 +0000 (+0000) Subject: *.c: Check for ARM64 SIMD before using the accelerated code. X-Git-Tag: 2.4.5~3 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/2b3f6527d522b647a6c8b5039228ebe569686c38?hp=2b3f6527d522b647a6c8b5039228ebe569686c38 *.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). ---