diff options
| author | Siddhesh Poyarekar <sid@reserved-bit.com> | 2015-12-09 00:15:14 +0530 |
|---|---|---|
| committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-12-09 00:15:15 +0530 |
| commit | aad287f35a801a4b53b27d7e2a8cb54fb708fb97 (patch) | |
| tree | d4f3e1b19c363582940a93abfe0240ce98bb3b79 /ChangeLog | |
| parent | 520e7edb85948260d6e2d1c19b8856d9b38e41e6 (diff) | |
| download | glibc-aad287f35a801a4b53b27d7e2a8cb54fb708fb97.tar.xz glibc-aad287f35a801a4b53b27d7e2a8cb54fb708fb97.zip | |
benchtests: ffs and ffsll are string functions, not math
The ffs and ffsll functions were listed as math functions when they
are actually defined in strings.h and string.h respectively. Shuffle
around the Makefile variables a bit and make a separate space for ffs
and ffsll.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-12-08 Siddhesh Poyarekar <sid@reserved-bit.com> + * benchtests/Makefile (bench-math): Move ffs and ffsll... + (bench-string): ... here. + (bench): Add bench-string. + (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename + to *-benchset to reflect what they are. + (benchset): Adjust. + * benchtests/sincos-inputs: Add inputs from sin-inputs and cos-inputs. |
