System.Math.SetSSERoundMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetSSERoundMode(const RoundMode: TSSERoundingMode): TSSERoundingMode;

C++

extern DELPHI_PACKAGE TSSERoundingMode __fastcall SetSSERoundMode(const TSSERoundingMode RoundMode);

Properties

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

Description

Sets the Intel SSE's rounding mode.

This is an Intel platform dependent function.

This function is considered obsolete (Windows only, not cross-platform), and is not available for NEXTGEN compilers.

Please use SetRoundMode instead of SetSSERoundMode.

See Also