System.Reset8087CW

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset8087CW;

C++

extern DELPHI_PACKAGE void __fastcall Reset8087CW(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Sets the 8087 (FPU) control word to Default8087CW.

Note: If Default8087CW is set to an invalid value, then the result of floating-point operations is unpredictable.

See Also