Blame include/fpu_control.h

Packit 6c4009
#ifndef _FPU_CONTROL_H
Packit 6c4009
#include_next <fpu_control.h>
Packit 6c4009
Packit 6c4009
# ifndef _ISOMAC
Packit 6c4009
Packit 6c4009
/* Called at startup.  It can be used to manipulate fpu control register.  */
Packit 6c4009
extern void __setfpucw (fpu_control_t) attribute_hidden;
Packit 6c4009
Packit 6c4009
# endif /* !_ISOMAC */
Packit 6c4009
#endif /* fpu_control.h */