XCORE SDK
XCORE Software Development Kit
xs3_math_conf.h
1 // Copyright 2020-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #ifndef XS3_MATH_CONF_H_
5 #define XS3_MATH_CONF_H_
6 
7 #ifdef __xs3_math_user_conf_h_exists__
8 #include "xs3_math_user_conf.h"
9 #endif
10 
11 
44 #ifndef XS3_BFP_DEBUG_CHECK_LENGTHS
45 
53 #define XS3_BFP_DEBUG_CHECK_LENGTHS (0)
54 #endif
55 
56 
57 
75 #ifndef XS3_BFP_SQRT_DEPTH_S16
76 
84 #define XS3_BFP_SQRT_DEPTH_S16 (XS3_VECT_SQRT_S16_MAX_DEPTH)
85 #endif
86 
87 
88 
106 #ifndef XS3_BFP_SQRT_DEPTH_S32
107 
115 #define XS3_BFP_SQRT_DEPTH_S32 (XS3_VECT_SQRT_S32_MAX_DEPTH)
116 #endif
117 
118 
119 
131 #ifndef XS3_MALLOC
132 
142 #define XS3_MALLOC malloc
143 #endif
144 
155 #ifndef XS3_FREE
156 
166 #define XS3_FREE free
167 #endif
168 
169 #endif //XS3_MATH_CONF_H_