 |
DSPLIB User Guide
|
Go to the documentation of this file. 1 #ifndef TI_PLATFORMS_H__
2 #define TI_PLATFORMS_H__
5 #if defined(__C7100__) || defined(__C7120__) || defined(__C7502__) || defined(__C7504__) || defined(__C7508__) || \
11 #define _nassert assert
12 #define __int40_t long long
14 #define inline __inline
15 #define memalign(x, y) _aligned_malloc(y, x)
16 #if !defined(__cplusplus)
18 typedef unsigned int _Bool;
22 #define round(x) ((x) + 0.5)
33 #if defined(__C7100__) || defined(__C7120__) || defined(__C7502__) || defined(__C7504__) || defined(__C7508__) || \
41 #if defined(C6X_MIGRATION)
42 #include <c6x_migration.h>