From 1acbb90f7a22c6542fa2bdcae69b8ba1228c06d3 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 31 Dec 2013 12:11:13 +0530 Subject: benchmark inputs for atan Add a more comprehensive set of inputs for the atan function. I have also fixed the name on the multiple precision fallback inputs (I couldn't find any new inputs there) to reflect the fact that the fallback is only 144bits and not 768bits as I had earlier mentioned. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9950437bf8..5f689c91bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-12-31 Siddhesh Poyarekar + * benchtests/atan-inputs: New inputs. Fix name of multiple + precision fallback inputs. + * benchtests/atanh-inputs: New inputs. * benchtests/tanh-inputs: Likewise. -- cgit 1.4.1