Hello everyone,
According to this page : http://processors.wiki.ti.com/index.php/Pending_Compiler_Releases
The Release 7.4.0 for the compiler was supposed to be out 2012-06-15 and as of today it is still in Beta.
Can you tell us when it will be released ?
Moreover do you have any details about the "C99 Floating Point Complex Type Support (float _Complex, double _Complex, long double _Complex)." ?
Does that mean that all the functions of C99's complex.h are implemented or not ?
How is it different that using a double (or __float2_t for C66x) to store the complex number (float real float im) ?