Talk:System.Math.GetFPUExceptionMask

From RAD Studio API Documentation
Jump to: navigation, search

- Please use the following contents.

Returns the set of masked Intel FPU floating-point arithmetic exceptions.

This is Intel platform depended function.

GetFPUExceptionMask returns the TFPUExceptionMask set of masked FPU arithmetic exceptions. GetFPUExceptionMask retrieves the set of masked floating point arithmetic exceptions from the FPU control word (see Set8087CW).

GetFPUExceptionMask is called from GetExceptionMask for 32-bit systems.

This function is obsoleted and not available for NEXTGEN compilers.

Please use System.Math.GetExceptionMask instead GetFPUExceptionMask

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