System.Math.ClearSSEExceptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSSEExceptions(RaisePending: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall ClearSSEExceptions(bool RaisePending = true);

Properties

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

Description

Clears all exception bits in the SSE’s MXCSR register.

By default, RaisePending is True. In the current implementation, RaisePending is ignored.

See Also