Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow getHostCPUFeatures to fail on ARM platforms (#2917)
LLVM does not yet support getting CPU features on FreeBSD/aarch64 (or armv6/7), the situation is probably similar on other non-Linux OSes. In the case it fails, let's just assume NEON (it's mandatory on aarch64 and very likely present on armv7).
- Loading branch information