summaryrefslogtreecommitdiffstats
path: root/src/codegen_arm.h
diff options
context:
space:
mode:
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