On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTKernel-32 Programming Manual
Introduction
Multitasking, Real-Time, and RTKernel-32
Module RTKernel-32
Alternate APIs for RTKernel-32
Supplemental Modules
RTKernel-32 Drivers
System Interface
Interrupt Handling
Kernel Clock
High Resolution Timer
Floating Point
Driver FLTNULL
Driver FLT387
Driver FLTPII
Driver FLTEMUMT
Memory Management
Source Code Positions
CPU
Overview of all Drivers
Preconfigured Driver Library Drvrt32.lib
Demo Programs
Advanced Topics
Typical Error Sources
Error and Information Messages
RTKernel-32 Reference Manual
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Driver FLTEMUMT
FLTEMUMT behaves differently depending on the presence of floating point hardware or an emulator. If floating point emulation is enabled, the driver will assume that a completely reentrant emulator is used and will not perform floating point context swapping. However, if an FPU is present and not disabled, the driver behaves just like driver FLT387.
Requirements: 387 compatible floating point hardware or reentrant emulator, RTTarget-32 1.1 or higher.
Floating Point
Driver FLTPII
|