]> git.ipfire.org Git - thirdparty/glibc.git/commit
benchtests: ffs and ffsll are string functions, not math
authorSiddhesh Poyarekar <sid@reserved-bit.com>
Tue, 8 Dec 2015 18:45:14 +0000 (00:15 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 8 Dec 2015 18:45:15 +0000 (00:15 +0530)
commitaad287f35a801a4b53b27d7e2a8cb54fb708fb97
treed4f3e1b19c363582940a93abfe0240ce98bb3b79
parent520e7edb85948260d6e2d1c19b8856d9b38e41e6
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.
ChangeLog
benchtests/Makefile