System.Math.ClearSSEExceptions
Révision datée du 26 janvier 2015 à 15:44 par Evab (discussion | contributions) (1 version : Imported January 16, 2015 translation package. LOC-17141)
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é.