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-11 13:50:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af123aa950
glibc
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
s_rint-c.c
4 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Provide internal optimizations on x86-64 with SSE4.1 Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled.
2011-10-17 15:23:40 +00:00
#
undef __rint
Use rounds{s,d} for x86 rint, ceil, floor
2011-10-17 00:58:17 +00:00
#
define __rint __rint_c
#
include
<sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c>
Reference in New Issue
Copy Permalink