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-12-04 02:40:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8ecb126d4
glibc
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
s_nearbyint-c.c
4 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Add optimized nearbyint{,f} for x86-64
2011-10-18 13:13:23 +00:00
#
undef __nearbyint
#
define __nearbyint __nearbyint_c
Always use wordsize-64 version of s_nearbyint.c. This patch replaces s_nearbyint.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 file. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019-12-11 14:09:14 +00:00
#
include
<sysdeps/ieee754/dbl-64/s_nearbyint.c>
Reference in New Issue
Copy Permalink