mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
ab48bdd098
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>
4 lines
81 B
C
4 lines
81 B
C
#undef __rint
|
|
#define __rint __rint_c
|
|
#include <sysdeps/ieee754/dbl-64/s_rint.c>
|