This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

size of floats and doubles in C5000?



Are both floats and doubles under C5000 both the same size and only 32bits?

Try this:

int x = sizeof( double );

when run, x == 2.

 

TIA

Steve