diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2019-12-11 15:09:14 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2019-12-11 15:12:11 +0100 |
commit | af123aa95091d3d2d1b4ff027cf806ca1721d29d (patch) | |
tree | f5ba1d48610e92f56d2bdfaa6100cbb2b9165a9e /sysdeps/x86_64 | |
parent | b5a1271c76ad03a2e0ee044ecb46af03d771e40a (diff) | |
download | glibc-af123aa95091d3d2d1b4ff027cf806ca1721d29d.tar.gz glibc-af123aa95091d3d2d1b4ff027cf806ca1721d29d.tar.xz glibc-af123aa95091d3d2d1b4ff027cf806ca1721d29d.zip |
Always use wordsize-64 version of s_nearbyint.c.
This patch replaces s_nearbyint.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_nearbyint-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c b/sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c index f897a2a6a6..4fdeb11291 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c +++ b/sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c @@ -1,3 +1,3 @@ #undef __nearbyint #define __nearbyint __nearbyint_c -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c> +#include <sysdeps/ieee754/dbl-64/s_nearbyint.c> |