Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
- | - |
Exit | |
---|---|
R0 | Size of a floating point context |
The purpose of this call is to return the size of a floating point context.
It is constant for any given implementation of the floating point system.
To create your own context, allocate a block of this size in the RMA or some other unpaged area of memory, then call FPEmulator_InitContext.
Contexts are only available from FPEmulator 4.12 and later.