search for: ti_c

Displaying 1 result from an estimated 1 matches for "ti_c".

Did you mean: t_c
2013 Jul 24
1
QCONST16 cross compile inconsistency
...ult (from gcc 4.4.7 ) when the code is compiled for TI C55 or C64 DSPs. gcc - result is 32767 TI compiler result is -32768 (C55 compiler version 4.4.1 and C6x compiler version 7.4.2) Although not in the current code, QCONST32(32.f, 26) results differ in similar fashion. Judging by the use #ifdef TI_C.. in the code base, these TI processors have had some level of cross compile support. It is with that understanding that I submit for your consideration the attached patch with one solution that addresses this issue. The changed macros continue to be compile-time constant generators for gcc and the...