diff options
author | Will Newton <will.newton@linaro.org> | 2014-03-28 17:30:44 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-03-31 12:50:41 +0100 |
commit | c760f5c210d85247ef0c6e10f7ef44fa27d9bd1d (patch) | |
tree | 4e597b715569d3614862e8cc20dfd4a865c520e9 /ChangeLog | |
parent | 97d8ca99ae96f23504482eb98499653996e4f66b (diff) | |
download | glibc-c760f5c210d85247ef0c6e10f7ef44fa27d9bd1d.zip glibc-c760f5c210d85247ef0c6e10f7ef44fa27d9bd1d.tar.gz glibc-c760f5c210d85247ef0c6e10f7ef44fa27d9bd1d.tar.bz2 |
benchtests: Add benchtests for ffs and ffsll
Add benchtests for ffs and ffsll. There is no benchtest for ffsl as
it is identical to one of the other functions.
2014-03-31 Will Newton <will.newton@linaro.org>
* benchtests/Makefile (bench): Add ffs and ffsll to list
of tests.
* benchtests/ffs-inputs: New file.
* benchtests/ffsll-inputs: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-03-31 Will Newton <will.newton@linaro.org> + + * benchtests/Makefile (bench): Add ffs and ffsll to list + of tests. + * benchtests/ffs-inputs: New file. + * benchtests/ffsll-inputs: Likewise. + 2014-03-29 Joseph Myers <joseph@codesourcery.com> [BZ #16770] |