commit | 0dab5f72da4b2434882b51b44ac377af9e3160fe | [log] [tgz] |
---|---|---|
author | Christophe Lyon <christophe.lyon@st.com> | Tue Jul 19 17:14:09 2011 +0200 |
committer | Christophe Lyon <christophe.lyon@st.com> | Tue Jul 19 17:14:09 2011 +0200 |
tree | c464129261bef313624ae28f4b65ecca6d165607 | |
parent | 6191a02c8d5025f463835f8c4f5e331d4f43f282 [diff] [blame] |
[CL] re-insert support for non-ARM compiler, through STM wrappers
diff --git a/ref_vmla_lane.c b/ref_vmla_lane.c index 79a54ed..b83709e 100644 --- a/ref_vmla_lane.c +++ b/ref_vmla_lane.c
@@ -26,7 +26,7 @@ #ifdef __arm__ #include <arm_neon.h> #else -#error Target not supported +#include "stm-arm-neon.h" #endif #include "stm-arm-neon-ref.h"