mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/count-leading-zeros: Mark as deprecated, not obsolete. Recommend module 'stdc_leading_zeros' instead of 'stdbit'. * modules/count-trailing-zeros: Mark as deprecated, not obsolete. Recommend module 'stdc_trailing_zeros' instead of 'stdbit'. * modules/count-one-bits: Mark as deprecated, not obsolete. Recommend module 'stdc_count_ones' instead of 'stdbit'. * NEWS: Update.
30 lines
358 B
Plaintext
30 lines
358 B
Plaintext
Description:
|
|
Counts the number of 1-bits in a word.
|
|
|
|
Status:
|
|
deprecated
|
|
|
|
Notice:
|
|
This module is deprecated; use the 'stdc_count_ones' module instead.
|
|
|
|
Files:
|
|
lib/count-one-bits.c
|
|
lib/count-one-bits.h
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += count-one-bits.c
|
|
|
|
Include:
|
|
"count-one-bits.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|