| 1 | #ifndef _FPU_CONTROL_H |
|---|---|
| 2 | #include_next <fpu_control.h> |
| 3 | |
| 4 | # ifndef _ISOMAC |
| 5 | |
| 6 | /* Called at startup. It can be used to manipulate fpu control register. */ |
| 7 | extern void __setfpucw (fpu_control_t) attribute_hidden; |
| 8 | |
| 9 | # endif /* !_ISOMAC */ |
| 10 | #endif /* fpu_control.h */ |
| 11 |