fpu_control.h 258 B

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