mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
af123aa950
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>
4 lines
101 B
C
4 lines
101 B
C
#undef __nearbyint
|
|
#define __nearbyint __nearbyint_c
|
|
#include <sysdeps/ieee754/dbl-64/s_nearbyint.c>
|