diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-09-19 14:48:13 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-09-20 10:04:12 +0100 |
commit | 0525ce4850f2c22a235dcd3422bc92f40815f377 (patch) | |
tree | 0cf91d8b2377896f8278d56de53926bf6bfa33aa /ChangeLog | |
parent | d82468d1001209d6b15c674a317a3f11fb7a82f6 (diff) | |
download | glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.tar.gz glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.tar.xz glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.zip |
Add exp2f and log2f benchmark trace
exp2f and log2f benchmark traces are just copies of the existing expf and logf traces from wrf_r. * benchtests/Makefile: Add exp2f and log2f benchmarks. * benchtests/exp2f-inputs: Copy of expf-inputs. * benchtests/log2f-inputs: Copy of logf-inputs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 67fbee762a..935247563f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * benchtests/Makefile: Add exp2f and log2f benchmarks. + * benchtests/exp2f-inputs: Copy of expf-inputs. + * benchtests/log2f-inputs: Copy of logf-inputs. + 2017-09-19 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: |