System.ResetMXCSR

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetMXCSR;

C++

extern DELPHI_PACKAGE void __fastcall ResetMXCSR(void);

Properties

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

Description

Resets the SSE MXCSR register to the default value.

ResetMXCSR assigns to the MXCSR register the DefaultMXCSR value.

See Also