File: fpu_control.h

package info (click to toggle)
glibc 2.42-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312,644 kB
  • sloc: ansic: 1,060,903; asm: 238,416; makefile: 20,961; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (10 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (28)
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 */