JCL Help:TestFDIVInstruction

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests the processor for the flawed FDIV instruction.


Pascal

 function TestFDIVInstruction: Boolean;


Return Value

If the FDIV instruction is OK the function returns True, if it is flawed the function returns False.


Description

TestFDIVInstruction tests the processor for the correctness of the FDIV instruction. Older pentium processors had a bug in this instruction that caused incorrect results under specific circumstances. Modern processors do not exhibit this bug.


See Also

GetCpuInfo TCpuInfo TestFDIVInstruction GetCpuSpeed


About

Unit

JclSysInfo


Donator

Bryan Coutch


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page