repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add NEWS entry for Update to Unicode 13.0.0 [BZ #25819]
[glibc.git]
/
include
/
fpu_control.h
blob
5c6b3862782f7ac47a860a7d819475f7f2540cb5
1
#ifndef _FPU_CONTROL_H
2
#include_next <fpu_control.h>
3
4
# ifndef _ISOMAC
5
6
/* Called at startup. It can be used to manipulate fpu control register. */
7
extern
void
__setfpucw
(
fpu_control_t
)
attribute_hidden
;
8
9
# endif
/* !_ISOMAC */
10
#endif
/* fpu_control.h */