summaryrefslogtreecommitdiff
path: root/include/fpu_control.h
blob: 5c6b3862782f7ac47a860a7d819475f7f2540cb5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _FPU_CONTROL_H
#include_next <fpu_control.h>

# ifndef _ISOMAC

/* Called at startup.  It can be used to manipulate fpu control register.  */
extern void __setfpucw (fpu_control_t) attribute_hidden;

# endif /* !_ISOMAC */
#endif /* fpu_control.h */