System.TestFDIV

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TestFDIV: Shortint;       { -1: Flawed Pentium, 0: Not determined, 1: Ok }

C++

extern DELPHI_PACKAGE Int8 TestFDIV;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Specifies whether the floating-point division operation is flawed.

TestFDIV specifies whether the floating-point division operation is flawed on the current FPU. The value of the TestFDIV variable is -1, in case of a flawed Pentium, 0 if it cannot be determined, and 1 if not flawed.

See Also