28.2.70 __builtin_set_FCR
Description
Assign a value to the floating point control register (FCR); see device data sheet to learn more about the FCR register.
Prototype
void __builtin_set_FCR(uint32_t value);
Argument
value - value to assign to FCR register
Return Value
None
Machine Instruction
mov.l
Error Messages
None
