libretro: minor adjustments and a sanity check
[pcsx_rearmed.git] / frontend / cspace_neon.S
index e7b48a9..7420585 100644 (file)
 
 #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