I'm using the F28377D with the compiler options suggested by this post:
http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/333174/1162805.aspx#1162805
But when I take a look at the map file it is still using the divide code from rts2800_fpu32 or rts2800_fpu32_fast_supplement if I include that library. I've included a piece of my map file.
00082682 00000088 rts2800_fpu32.lib : fs_div.obj (.text) 0008270a 00000068 : exp.obj (.text) 00082772 00000061 : log.obj (.text) 000827d3 00000031 : ldexp.obj (.text) 00082804 00000016 : frexp.obj (.text)
Shouldn't the compiler use the divide available from the TMU instead of the one provided in the library?