diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-28 16:35:07 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-28 16:35:08 +0530 |
commit | 54f73d9c089deeaa6552ac0710fc09e50fd83918 (patch) | |
tree | 747b6f8f6bcb4f180b7c448d55bf27816c716542 /ChangeLog | |
parent | c79a12040c52623f23796966b806a2a6ce4e34d2 (diff) | |
download | glibc-54f73d9c089deeaa6552ac0710fc09e50fd83918.tar.gz glibc-54f73d9c089deeaa6552ac0710fc09e50fd83918.tar.xz glibc-54f73d9c089deeaa6552ac0710fc09e50fd83918.zip |
New inputs for exp
A more comprehensive set of inputs for exp, including all slow paths. The inputs have been shuffled so that they don't give a false-positive due to a hot cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fb8f43fa30..6885996d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com> + * benchtests/exp-inputs: Add new inputs. + * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate conditional check for return value. (__cos32): Likewise. |