]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/fpu_control.h
Add per-thread cache to malloc
[thirdparty/glibc.git] / include / fpu_control.h
CommitLineData
47755784 1#ifndef _FPU_CONTROL_H
cb0509a8
UD
2#include_next <fpu_control.h>
3
47755784
ZW
4# ifndef _ISOMAC
5
cb0509a8 6/* Called at startup. It can be used to manipulate fpu control register. */
c19559b0 7extern void __setfpucw (fpu_control_t);
47755784
ZW
8
9# endif /* !_ISOMAC */
10#endif /* fpu_control.h */