aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/s_rintf-c.c
AgeCommit message (Collapse)Author
2011-10-17Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper
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-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper