mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Improve name: "count-one-bits" is better than "popcount".
* MODULES.html.sh: Update name. * lib/popcount.h: Renamed lib/count-one-bits.h. (popcount): Renamed count_one_bits. (popcountl): Renamed count_one_bits_l. (popcountll): Renamed count_one_bits_ll. * m4/popcount.m4: Renamed m4/count-one-bits.m4. * modules/popcount: Renamed module/count-one-bits. * modules/popcount-tests: Renamed module/count-one-bits-tests. * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
This commit is contained in:
24
modules/count-one-bits
Normal file
24
modules/count-one-bits
Normal file
@@ -0,0 +1,24 @@
|
||||
Description:
|
||||
Counts the number of 1-bits in a word.
|
||||
|
||||
Files:
|
||||
lib/count-one-bits.h
|
||||
m4/count-one-bits.m4
|
||||
|
||||
Depends-on:
|
||||
inline
|
||||
verify
|
||||
|
||||
configure.ac:
|
||||
gl_COUNT_ONE_BITS
|
||||
|
||||
Makefile.am:
|
||||
|
||||
Include:
|
||||
"count-one-bits.h"
|
||||
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
Ben Pfaff
|
Reference in New Issue
Block a user