mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 09:01:07 +00:00
5 lines
155 B
C
5 lines
155 B
C
|
#include_next <fpu_control.h>
|
||
|
|
||
|
/* Called at startup. It can be used to manipulate fpu control register. */
|
||
|
extern void __setfpucw __P ((fpu_control_t));
|