OEMVFPCoProcControl (Compact 2013)
10/16/2014
This function sends a command to the vector floating-point (VFP) hardware.
Syntax
BOOL OEMVFPCoprocControl(DWORD dwCommand);
Parameters
- dwCommand
The VFP command to send.
Return Value
Returns true if successful; otherwise, returns false.
Remarks
You use this function with ARM processors that support VFP. If you implement OEMVFPCoProcControl, set the pfnVFPCoprocControl member of OEMGLOBAL to point to this function.
Requirements
Header |
Developer Implemented |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |