Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
| | | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise. | ||||
* | Use __builtin_popcount in __sched_cpucount [BZ #21696] | H.J. Lu | 2017-07-01 | 1 | -17/+10 |
| | | | | | | | | | | | | posix/sched_cpucount.c assumes that size of __cpu_mask == size of long, which is incorrect for x32. This patch uses __builtin_popcount, which is availabe in GCC 4.9, in posix/sched_cpucount.c. Tested on i686, x86-64 and x32 with multi-arch disabled. [BZ #21696] * posix/sched_cpucount.c: Don't include <limits.h>. (__sched_cpucount): Use __builtin_popcount. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | * posix/sched_cpucount.c (__sched_cpucount): Allow using special | Ulrich Drepper | 2007-06-08 | 1 | -5/+9 |
| | | | | | instruction for counting bits. * sysdeps/x86_64/sched_cpucount.c: New file. | ||||
* | (__sched_cpucount): Allow using special instruction for counting bits. | Ulrich Drepper | 2007-06-08 | 1 | -3/+7 |
| | |||||
* | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 2007-04-04 | 1 | -2/+2 |
| | | | | | * sysdeps/unix/sysv/linux/bits/sched.h: Likewise. * posix/sched.h: Define CPU_COUNT. | ||||
* | * posix/Makefile (routines): Add sched_cpucount. | Ulrich Drepper | 2007-04-03 | 1 | -0/+52 |
(tests): Add tst-cpucount. * posix/sched_cpucount.c: New file. * posix/tst-cpucount.c: New file. * posix/Versions: Export __sched_cpucount with version GLIBC_2.6. |