]> git.ipfire.org Git - thirdparty/glibc.git/commit
replace atan2-inputs with more meaningful inputs
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>
Wed, 9 Jul 2025 08:11:23 +0000 (10:11 +0200)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Tue, 29 Jul 2025 11:25:59 +0000 (13:25 +0200)
commit9716ee567a52e455ac84cd1bb5f1596030cf5103
tree84bb3acc8fc8db62aa5e814c238d96aceb60ac81
parent87afbd7a1ad9c1dd116921817fa97198171045db
replace atan2-inputs with more meaningful inputs

Commit 934d88d used inputs with exponent generated at random in the
whole binary64 exponent range, which yields essentially very large
or very small values of |y/x|. Instead, this commit generates x, y at
random in [-10,10], which should better corresponds to real applications.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
benchtests/atan2-inputs