Talk:System.Math.SetSSEExceptionMask

From RAD Studio API Documentation
Jump to: navigation, search

- Please use the following contents.

Sets the floating-point exception masks TSSEExceptionMask in the Intel SSE control word.

SetSSEExceptionMask returns the previous set of SSE exception masks.

This is Intel platform depended function.

The SSE’s MXCSR register is used for floating-point on the 64-bit Windows platform. For an illustration of the SSE and FPU registers, see FPU. See also SetMXCSR.

SetSSEExceptionMask is used in SetExceptionMask.

This function is obsoleted and not available for NEXTGEN compilers.

Please use System.Math.SetExceptionMask instead SetSSEExceptionMask

--Tarisawa (talk) 06:14, 18 February 2015 (PST)