glibc/sysdeps/x86_64/fpu/multiarch/s_ceil-c.c
Stefan Liebler 9f234eafe8 Always use wordsize-64 version of s_ceil.c.
This patch replaces s_ceil.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 and sparc64 files.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019-12-11 15:12:13 +01:00

3 lines
67 B
C

#define __ceil __ceil_c
#include <sysdeps/ieee754/dbl-64/s_ceil.c>