X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Farm_features.h;h=4f216a3c23d9aef5c874f063f9578e6a7f715241;hb=03b78a3bf48813202e01149ae0b3c5c1f01efb4c;hp=7c82ff38faa65bccfd363ac393a538ba15c28ae9;hpb=6c5b8733e0b286d5a4b4d9b7899e4c17a92cd04a;p=pcsx_rearmed.git diff --git a/include/arm_features.h b/include/arm_features.h index 7c82ff38..4f216a3c 100644 --- a/include/arm_features.h +++ b/include/arm_features.h @@ -47,7 +47,10 @@ #endif -/* no need for HAVE_NEON - GCC defines __ARM_NEON__ consistently */ +/* gcc defines __ARM_NEON__ consistently for 32bit, but apple clang defines it for 64bit also... */ +#if defined(HAVE_ARMV7) && defined(__ARM_NEON__) +#define HAVE_NEON32 +#endif /* global function/external symbol */ #ifndef __MACH__