XCORE SDK
XCORE Software Development Kit
bfp_math.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 BFP_MATH_H_
5 #define BFP_MATH_H_
6 
7 #ifdef __XC__
8 extern "C" {
9 #endif
10 
11 
28 #include "xs3_math.h"
29 
30 #include "bfp/bfp_init.h"
31 #include "bfp/bfp_s32.h"
32 #include "bfp/bfp_s16.h"
33 #include "bfp/bfp_complex_s32.h"
34 #include "bfp/bfp_complex_s16.h"
35 #include "bfp/bfp_fft.h"
36 
37 #include "bfp/bfp_misc.h"
38 
39 #ifdef __XC__
40 } // extern "C"
41 #endif
42 
43 #endif //BFP_MATH_H_