Remove "[Add new features here]" for 2.27
[glibc.git] / include / fpu_control.h
blob4498a83b878acb5a2daf356db4f03bfecf881237
1 #ifndef _FPU_CONTROL_H
2 #include_next <fpu_control.h>
4 # ifndef _ISOMAC
6 /* Called at startup. It can be used to manipulate fpu control register. */
7 extern void __setfpucw (fpu_control_t);
9 # endif /* !_ISOMAC */
10 #endif /* fpu_control.h */