summaryrefslogtreecommitdiffstats
path: root/src/codegen_arm.h
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-13 11:13:10 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-13 11:13:10 +0200
commit13a81490439e7ce823fea11fcbd09cfa7286671a (patch)
treeb29b8362e359e5fc9da0e03cfd689316a9518adb /src/codegen_arm.h
parent835c5ab5b3d9f3104959dc6722b4bad600eae8fe (diff)
downloadffts-13a81490439e7ce823fea11fcbd09cfa7286671a.zip
ffts-13a81490439e7ce823fea11fcbd09cfa7286671a.tar.gz
Forgot to rename some V macros
Diffstat (limited to 'src/codegen_arm.h')
-rw-r--r--src/codegen_arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/codegen_arm.h b/src/codegen_arm.h
index 2948ec3..7508f57 100644
--- a/src/codegen_arm.h
+++ b/src/codegen_arm.h
@@ -34,6 +34,8 @@
#ifndef FFTS_CODEGEN_ARM_H
#define FFTS_CODEGEN_ARM_H
+#include "neon.h"
+
uint32_t BL(void *pos, void *target) {
return 0xeb000000 | (((target - pos) / 4) & 0xffffff);
}
OpenPOWER on IntegriCloud