View Single Post
Old 07-16-2012, 09:27 AM   #213
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
All compiler directives, particular to TI's special compiler for their DSP devices.
So those would need to be translated into something that behaves the same on gcc.

Aside from that, the algorithm displayed by the source code should be of value.
Plus, for things like operations in a loop on an array of values, gcc will "auto-vectorize" and generate the required VFP code.
Not so with the TI dsp compiler, there the programmer gets to write it all out themselves.
knc1 is offline   Reply With Quote