aboutsummaryrefslogtreecommitdiffstats
path: root/ref_dsp.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-07-21 15:00:52 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-07-21 15:00:52 +0200
commit69a69f989ad0cf384baa60db7a4c88b8f7c26d06 (patch)
tree69d00f42fcc7ac5c79723e677e5b8c7085f5876f /ref_dsp.c
parent0dab5f72da4b2434882b51b44ac377af9e3160fe (diff)
downloadplatform_external_arm-neon-tests-69a69f989ad0cf384baa60db7a4c88b8f7c26d06.tar.gz
platform_external_arm-neon-tests-69a69f989ad0cf384baa60db7a4c88b8f7c26d06.tar.bz2
platform_external_arm-neon-tests-69a69f989ad0cf384baa60db7a4c88b8f7c26d06.zip
Update expected results and binary to match the most recent changes in SVN.
Diffstat (limited to 'ref_dsp.c')
-rw-r--r--ref_dsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_dsp.c b/ref_dsp.c
index 27b23ee..04b6d27 100644
--- a/ref_dsp.c
+++ b/ref_dsp.c
@@ -37,10 +37,11 @@ THE SOFTWARE.
#ifdef __arm__
#include <armdsp.h>
+#include <dspfns.h> /* For Overflow */
#else
#include "stm-armdsp.h"
-#endif
#include "stm-dspfns.h" /* For Overflow */
+#endif
extern FILE* ref_file;