Talk:System.Math.GetSSEExceptionMask

From RAD Studio API Documentation
Jump to: navigation, search

- Please use the following contents.

Returns the set of masked Intel SSE arithmetic exceptions.

This is Intel platform depended function.

GetSSEExceptionMask returns the TSSEExceptionMask set of masked SSE arithmetic exceptions. GetSSEExceptionMask retrieves the set of masked floating point arithmetic exceptions from the MXCSR control/status register (see SetMXCSR).

GetSSEExceptionMask is called from GetExceptionMask for 64-bit systems.

This function is obsoleted and not available for NEXTGEN compilers.

Please use System.Math.GetExceptionMask instead GetSSEExceptionMask

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