|
|||||||||||
|
Technical Support On-Line Manuals Libraries and Floating Point Support Guide |
Libraries and Floating Point Support GuideCalling fplib routines
Floating-point routines have names like All the fplib routines are called using a software floating-point variant of the calling standard. This means that floating-point arguments are passed and returned in integer registers. By contrast, if the program is compiled for a coprocessor, floating-point data is passed in its floating-point registers. So, for example, NoteFor a double in registers Except for the software floating-point library routines that
implement C99 functionality, the fplib routines are declared in
the header file To call a function from assembler, the software floating-point
function is named IMPORT __softfp_cos BL __softfp_cos
| ||||||||||
|
|||||||||||