]> git.ipfire.org Git - thirdparty/glibc.git/commit
Always use wordsize-64 version of s_ceil.c.
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:16 +0000 (15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:13 +0000 (15:12 +0100)
commit9f234eafe8698fd9a441ca2309a299d0bd771156
tree4dbb6c575c6e6353073c9a05122bbf4a16c17d40
parent95b0c2c431510013eb2f7385fc078ee2498f83bf
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>
sysdeps/ieee754/dbl-64/s_ceil.c
sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c [deleted file]
sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-generic.c
sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.c
sysdeps/x86_64/fpu/multiarch/s_ceil-c.c