This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-26 23:10:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eb20f196bb
glibc
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
s_ceil-c.c
3 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Use rounds{s,d} for x86 rint, ceil, floor
2011-10-17 00:58:17 +00:00
#
define __ceil __ceil_c
Always use wordsize-64 version of s_ceil.c. This patch replaces s_ceil.c in sysdeps/dbl-64 with the one in sysdeps/dbl-64/wordsize-64 and removes the latter one. The code is not changed except changes in code style. Also adjusted the include path in x86_64 and sparc64 files. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019-12-11 14:09:16 +00:00
#
include
<sysdeps/ieee754/dbl-64/s_ceil.c>
Reference in New Issue
Copy Permalink