6.30 __get_FPSCR Intrinsic Function
Returns the value of FPSCR (floating-point status and control register).
This intrinsic function is only available for devices with a VFP coprocessor.
Suggested Replacement
__get_FPSCR
Caveats
None.
Examples
unsigned int __get_FPSCR(void);
Further Information
None.