This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

float and double are treated as same ?

It seems to me that compiler treat double as float type ? I find this from .SRC and .lst file.
Both float and double calls ?C_FPCMP, ?C_FPMUL and
?C_FPDIV. thanks.

Daniel