about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_rint-c.c
Commit message (Collapse)AuthorAgeFilesLines
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-1/+1
| | | | | | | | | | This patch replaces s_rint.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>
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-171-0/+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.
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-161-0/+2