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.

How to store the 64 bit result in TI C64x+ in ELF format? For example: how to store the result of double _smpy2 (int src1, int sr2);

We are trying to use 64 bit intermediate values in ELF format, it is first of all allowed?

If yes, how to store the 64 bit result in TI C64x+ in ELF format? For example: how to store the result of the below operation function in ELF format,

"double _smpy2 (int src1, int sr2)" 

Can you please suggest what variable to use, does double directly work as 64 bit value or is there any variable for storing the 64 bit values. Thanks in advance.