XCORE SDK
XCORE Software Development Kit
xs3_math.h
1 // Copyright 2020-2022 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #ifndef XS3_MATH_H_
5 #define XS3_MATH_H_
6 
7 
8 #ifdef __XC__
9 extern "C" {
10 #endif
11 
40 #include "xs3_math_conf.h"
41 #include "xs3_api.h"
42 #include "xs3_math_types.h"
43 
44 #include "vect/xs3_vect_s32.h"
45 #include "vect/xs3_vect_complex_s32.h"
46 #include "vect/xs3_vect_s16.h"
47 #include "vect/xs3_vect_complex_s16.h"
48 #include "vect/xs3_vect_s8.h"
49 #include "vect/xs3_vect_f32.h"
50 #include "vect/xs3_mixed.h"
51 #include "vect/xs3_fft.h"
52 #include "vect/xs3_filters.h"
53 #include "scalar/xs3_scalar.h"
54 #include "scalar/scalar_float.h"
55 #include "xs3_util.h"
56 #include "q_format.h"
57 
58 #include "xs3_vpu_info.h"
59 
60 
61 #ifdef __XC__
62 } // extern "C"
63 #endif
64 
65 #endif //XS3_MATH_H_