System.GetMXCSR

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMXCSR: UInt32;

C++

extern DELPHI_PACKAGE unsigned __fastcall GetMXCSR(void);

Properties

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

Description

Returns the value of the MXCSR register.


System.GetMXCSR returns the value of MXCSR SSE status and control register.

See Also