aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2013-04-01 20:45:53 +0300
committernotaz2013-04-01 20:51:18 +0300
commitb09a1d34f7fa3f8cee6b24ac33e3d98efad7712f (patch)
tree22f749eda6f0e44f0a5c9ec5148d0701fb90071d /frontend
parent174f45d4734a85b3d96c35a554409f096849ece4 (diff)
downloadpcsx_rearmed-b09a1d34f7fa3f8cee6b24ac33e3d98efad7712f.tar.gz
pcsx_rearmed-b09a1d34f7fa3f8cee6b24ac33e3d98efad7712f.tar.bz2
pcsx_rearmed-b09a1d34f7fa3f8cee6b24ac33e3d98efad7712f.zip
libretro: minor adjustments and a sanity check
Diffstat (limited to 'frontend')
-rw-r--r--frontend/cspace_neon.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/cspace_neon.S b/frontend/cspace_neon.S
index e7b48a9..7420585 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