|
Lynkeos
|
Common processing definitions. More...


Macros | |
| #define | PROCESSING_PRECISION SINGLE_PRECISION |
| Kind of floating type precision. | |
Typedefs | |
| typedef float | REAL |
| Floating precision type used by the application. | |
| typedef REAL REALVECT | __attribute__ ((vector_size(16))) |
| Vector type. | |
| typedef fftwf_complex | COMPLEX |
| Complex type with application's precision. | |
| typedef fftwf_plan | FFT_PLAN |
| FFTW plan with application's precision. | |
Functions | |
| void | initializeProcessing (void) |
| Processing initialization. More... | |
Common processing definitions.
1.8.4