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 canonicalize, canonicalizef, canonicalizel.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_round.c
blob
edff2f017b9611fe12fa4522c2f691dcf3cb62f4
1
#include <math_ldbl_opt.h>
2
#include <sysdeps/ieee754/dbl-64/s_round.c>
3
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
4
compat_symbol
(
libm
,
__round
,
roundl
,
GLIBC_2_1
);
5
#endif