Hi
In c2000 compiler optimization guide in here, thereis this line
| FPU32 | float __fmax( float x, float y); | MAXF32dst, src | If src>dst, copy src to dst. |
Cannot find how x and y relates to src and dst.
Not only this, but several other lines also have this problem. Can someone clarify this please.
Thank you.