]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Fix pow special case [BZ #33563]
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Thu, 30 Oct 2025 15:24:53 +0000 (15:24 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Fri, 31 Oct 2025 19:13:41 +0000 (19:13 +0000)
commit0212fc23b0eeb9d32c9d70d37d36a77cb1185abc
tree575f8bd672c9a252c6a16f1d9c468a74a6c504a3
parent8917bd3eb331c54477da8a59fc8a009f47477237
math: Fix pow special case [BZ #33563]

Fix pow (DBL_MAX, 1.0) to return DBL_MAX when rouding upwards without FMA.
This fixes BZ #33563.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/ieee754/dbl-64/e_pow.c