System.Math.ClearSSEExceptions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ClearSSEExceptions(RaisePending: Boolean);

C++

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

Propriétés

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


Description

Efface tous les bits d'exception dans le registre MXCSR de SSE.

Par défaut, RaisePending est défini sur True. Dans l'implémentation en cours, RaisePending est ignoré.

Voir aussi