annotate modules/count-one-bits @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents d78ea0b1af11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9122
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
1 Description:
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
2 Counts the number of 1-bits in a word.
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
3
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
4 Files:
17167
7178d4d98ee5 count-one-bits: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12541
diff changeset
5 lib/count-one-bits.c
9122
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
6 lib/count-one-bits.h
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
7 m4/count-one-bits.m4
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
8
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
9 Depends-on:
17167
7178d4d98ee5 count-one-bits: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12541
diff changeset
10 extern-inline
9122
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
11
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
12 configure.ac:
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
13 gl_COUNT_ONE_BITS
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
14
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
15 Makefile.am:
17167
7178d4d98ee5 count-one-bits: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12541
diff changeset
16 lib_SOURCES += count-one-bits.c
9122
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
17
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
18 Include:
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
19 "count-one-bits.h"
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
20
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
21 License:
10351
9cb973331b93 count-one-bits: relax license
Eric Blake <ebb9@byu.net>
parents: 9122
diff changeset
22 LGPLv2+
9122
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
23
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
24 Maintainer:
f547a45baada Improve name: "count-one-bits" is better than "popcount".
Ben Pfaff <blp@gnu.org>
parents:
diff changeset
25 Ben Pfaff