X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcspace_neon.S;h=7420585c0ab478c3c57292b328fca96a78d71f42;hp=e7b48a90e1f97a889ab9cdb9d80708622c6f65bb;hb=b09a1d34f7fa3f8cee6b24ac33e3d98efad7712f;hpb=174f45d4734a85b3d96c35a554409f096849ece4 diff --git a/frontend/cspace_neon.S b/frontend/cspace_neon.S index e7b48a90..7420585c 100644 --- a/frontend/cspace_neon.S +++ b/frontend/cspace_neon.S @@ -10,6 +10,12 @@ #include "arm_features.h" +/* sanity check */ +#ifndef __ARM_NEON__ +#error Compiling NEON code, but appropriate preprocessor flag is missing +#error This usually means -mfpu=neon or -mfloat-abi= is not correctly specified +#endif + .text .align 2