You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
258 B

#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 */