 |
MMALIB User Guide
|
Go to the documentation of this file. 1 #ifndef TI_PLATFORMS_H__ 2 #define TI_PLATFORMS_H__ 5 #if defined (__C7100__) || defined(__device__) || defined (__C7502__) || defined (__C7504__) || defined (__C7508__) 10 #define _nassert assert 11 #define __int40_t long long 13 #define inline __inline 14 #define memalign(x, y) _aligned_malloc(y, x) 15 #if !defined(__cplusplus) 17 typedef unsigned int _Bool;
21 #define round(x) ((x) + 0.5) 32 #if defined (__C7100__) || defined (__device__) || defined (__C7502__) || defined (__C7504__) || defined (__C7508__) 37 #include <vcop/vcop.h> 39 #if defined (C6X_MIGRATION) 40 #include <c6x_migration.h>