This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2024-12-27 04:41:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
822f523b29
glibc
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
s_rintf-c.c
4 lines
85 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 23:23:40 +08:00
#
undef __rintf
Use rounds{s,d} for x86 rint, ceil, floor
2011-10-17 08:58:17 +08:00
#
define __rintf __rintf_c
#
include
<sysdeps/ieee754/flt-32/s_rintf.c>
Reference in New Issue
Copy Permalink