aboutsummaryrefslogtreecommitdiff
path: root/ref_vrev.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-07-19 17:14:09 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-07-19 17:14:09 +0200
commit0dab5f72da4b2434882b51b44ac377af9e3160fe (patch)
treec464129261bef313624ae28f4b65ecca6d165607 /ref_vrev.c
parent6191a02c8d5025f463835f8c4f5e331d4f43f282 (diff)
downloadarm-neon-tests-0dab5f72da4b2434882b51b44ac377af9e3160fe.tar.gz
[CL] re-insert support for non-ARM compiler, through STM wrappers
Diffstat (limited to 'ref_vrev.c')
-rw-r--r--ref_vrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vrev.c b/ref_vrev.c
index 2f088c0..c70776c 100644
--- a/ref_vrev.c
+++ b/ref_vrev.c
@@ -28,7 +28,7 @@ THE SOFTWARE.
#ifdef __arm__
#include <arm_neon.h>
#else
-#error Target not supported
+#include "stm-arm-neon.h"
#endif
#include "stm-arm-neon-ref.h"