System.Math.SetSSEExceptionMask

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SetSSEExceptionMask(const Mask: TSSEExceptionMask): TSSEExceptionMask;

C++

extern DELPHI_PACKAGE TSSEExceptionMask __fastcall SetSSEExceptionMask(const TSSEExceptionMask Mask);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math


Beschreibung

Setzt die Gleitkomma-Exceptions-Maskierungen TSSEExceptionMask im MXCSR-Register der Intel-SSE.

Dies ist eine von der Intel-Plattform abhängige Funktion.

SetSSEExceptionMask gibt die vorherige Menge der Gleitkomma-Exceptions-Maskierungen zurück.

SetSSEExceptionMask ist obsolet (nur Windows, nicht plattformübergreifend) und steht nicht für NEXTGEN-Compiler (mobile Compiler) zur Verfügung.

Verwenden Sie SetExceptionMask anstatt SetSSEExceptionMask.

Siehe auch