System.SetMXCSRExceptionFlag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMXCSRExceptionFlag(NewExceptionFlag: UInt32);

C++

extern DELPHI_PACKAGE void __fastcall SetMXCSRExceptionFlag(unsigned NewExceptionFlag);

Properties

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

Description

Sets the specified NewExceptionFlag floating-point exception flags in the Intel SSE’s MXCSR register.

SetMXCSRExceptionFlag is an Intel platform dependent function. SetMXCSRExceptionFlag is considered obsolete (Windows only, not cross-platform) because it is not available for NEXTGEN (mobile) compilers.

Please use FSetExceptFlag or SetExceptions instead of SetMXCSRExceptionFlag.

See Also