glibc/sysdeps/x86_64/fpu/multiarch/s_floor-c.c
Stefan Liebler 95b0c2c431 Always use wordsize-64 version of s_floor.c.
This patch replaces s_floor.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:12 +01:00

4 lines
85 B
C

#undef __floor
#define __floor __floor_c
#include <sysdeps/ieee754/dbl-64/s_floor.c>