about summary refs log tree commit diff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-12-11 15:09:14 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-12-11 15:12:12 +0100
commitab48bdd098a675dddb360faafc497a61c4bd4334 (patch)
tree4bcc08b408c56b3077b4e2f31a879a7f7aa33e6f /sysdeps/x86_64
parentaf123aa95091d3d2d1b4ff027cf806ca1721d29d (diff)
downloadglibc-ab48bdd098a675dddb360faafc497a61c4bd4334.tar.gz
glibc-ab48bdd098a675dddb360faafc497a61c4bd4334.tar.xz
glibc-ab48bdd098a675dddb360faafc497a61c4bd4334.zip
Always use wordsize-64 version of s_rint.c.
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>
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_rint-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_rint-c.c b/sysdeps/x86_64/fpu/multiarch/s_rint-c.c
index 162a630ff9..b010150f52 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_rint-c.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_rint-c.c
@@ -1,3 +1,3 @@
 #undef __rint
 #define __rint __rint_c
-#include <sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c>
+#include <sysdeps/ieee754/dbl-64/s_rint.c>