base/dispatch.c: Recognize `CPUFEAT_ARM_NEON' as requesting ARM64 SIMD.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Nov 2019 17:06:46 +0000 (17:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 13:36:03 +0000 (14:36 +0100)
commitcb7f92c40acf03e11484389e9f4f6cc045401ca8
tree991992f0c04ced0a2bc7bbea880c21cf635b278e
parent64a709356be674dd5d00e11df7a245862e67c6bd
base/dispatch.c: Recognize `CPUFEAT_ARM_NEON' as requesting ARM64 SIMD.

The original ARMv8 spec describes the advanced SIMD instructions as
mandatory, but there's a feature flag for them, so I guess that there
might be processors which don't support them.
base/dispatch.c