SPRU514Z July 2001 – October 2023 SM320F28335-EP
With the COFF ABI, both float and double are represented using IEEE single-precision numbers (32-bit). Long double values are represented using IEEE double-precision numbers (64-bit).
With EABI, the float type is represented using IEEE single-precision numbers (32-bit). Both the double type and the long double type are represented using IEEE double-precision numbers (64-bit).
The run-time-support library, rts2800_ml.lib, contains a set of floating-point math functions that support:
The conventions for calling these routines are the same as the conventions used to call the integer operation routines. Conversions are unary operations.