summaryrefslogtreecommitdiff
path: root/lib/fixedpoint/fixedpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fixedpoint/fixedpoint.h')
-rw-r--r--lib/fixedpoint/fixedpoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fixedpoint/fixedpoint.h b/lib/fixedpoint/fixedpoint.h
index bc50ff687d..dcd7c8298c 100644
--- a/lib/fixedpoint/fixedpoint.h
+++ b/lib/fixedpoint/fixedpoint.h
@@ -85,6 +85,8 @@ long fp14_sin(int val);
85long fp16_log(int x); 85long fp16_log(int x);
86long fp16_exp(int x); 86long fp16_exp(int x);
87 87
88long ipow(long x, long y);
89
88/* fast unsigned multiplication (16x16bit->32bit or 32x32bit->32bit, 90/* fast unsigned multiplication (16x16bit->32bit or 32x32bit->32bit,
89 * whichever is faster for the architecture) */ 91 * whichever is faster for the architecture) */
90#ifdef CPU_ARM 92#ifdef CPU_ARM