X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace_neon.S;h=7420585c0ab478c3c57292b328fca96a78d71f42;hb=1e1cccd9ef788b3582002283f6cb7e48db53677f;hp=e7b48a90e1f97a889ab9cdb9d80708622c6f65bb;hpb=5c6457c3a3e44b0f39be5221ad4a9d94a432d694;p=pcsx_rearmed.git 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