]> sourceware.org Git - glibc.git/commit
Remove dbl-64/wordsize-64
authorWilco Dijkstra <wdijkstr@arm.com>
Thu, 7 Jan 2021 15:02:51 +0000 (15:02 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Thu, 7 Jan 2021 15:02:51 +0000 (15:02 +0000)
commitcaa884dda78ff226243f8cb344915152052a5118
treea5fcfa074740663eba0f4491aafa43d1c10d8767
parent3016596a819aeedfdc7d658435016be413a1fca7
Remove dbl-64/wordsize-64

Remove the wordsize-64 implementations by merging them into the main dbl-64
directory.  The first patch adds special cases needed for 32-bit targets
(FIX_INT_FP_CONVERT_ZERO and FIX_DBL_LONG_CONVERT_OVERFLOW) to the
wordsize-64 versions.  This has no effect on 64-bit targets since they don't
define these macros.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c
sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c
sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c
This page took 0.042719 seconds and 5 git commands to generate.