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
Fix decimal point and thousands separator in es_CU locale to agree with CLDR.
[glibc.git]
/
include
/
fpu_control.h
blob
4498a83b878acb5a2daf356db4f03bfecf881237
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
);
8
9
# endif
/* !_ISOMAC */
10
#endif
/* fpu_control.h */