Hi all,
Great to be back! Probably my first post from the new home, on the other side of the pond...
I'm trying to grab a better understanding of the FPU usage on TM4C12x. From my readings, it does the "float" (as in 32 bit float) operations in hardware, so a multiplication will automagically be ready on the next clock cycle (or next few clocks?).
Specifically reading TM4C129NCPDT datasheet, section 3.1.5 FPU, I see it has HW support for addition, multiplication, etc etc AND square root.
On the standard c library, square root takes and returns a double (64 bit) value.
So, how can I use SQR with the hardware FPU?
Cheers,