aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/adaptive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/adaptive.h b/include/adaptive.h
index 21e1dfd..b995183 100644
--- a/include/adaptive.h
+++ b/include/adaptive.h
@@ -1,10 +1,10 @@
1#ifndef ADAPTIVE_H 1#ifndef ADAPTIVE_H
2#define ADAPTIVE_H 2#define ADAPTIVE_H
3 3
4#define FP_SHIFT 16 4#define FP_SHIFT 10
5typedef struct 5typedef struct
6{ 6{
7 long long val; 7 long val;
8} fp_t; 8} fp_t;
9 9
10static inline fp_t f2fp(double f) 10static inline fp_t f2fp(double f)