diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-08 19:23:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-08 19:23:19 +0000 |
commit | 36dffb2256f4ad8fa45feaf0617d8c5570a92cdb (patch) | |
tree | c51054851ca82b4bc708c71252d8ba36ebbc5f51 /ChangeLog | |
parent | 7d0e41cebe87f807c70c65b9b8cb001edca66465 (diff) | |
download | glibc-36dffb2256f4ad8fa45feaf0617d8c5570a92cdb.tar glibc-36dffb2256f4ad8fa45feaf0617d8c5570a92cdb.tar.gz glibc-36dffb2256f4ad8fa45feaf0617d8c5570a92cdb.tar.bz2 glibc-36dffb2256f4ad8fa45feaf0617d8c5570a92cdb.zip |
* posix/sched_cpucount.c (__sched_cpucount): Allow using special
instruction for counting bits.
* sysdeps/x86_64/sched_cpucount.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-08 Ulrich Drepper <drepper@redhat.com> + + * posix/sched_cpucount.c (__sched_cpucount): Allow using special + instruction for counting bits. + * sysdeps/x86_64/sched_cpucount.c: New file. + 2007-06-07 Ulrich Drepper <drepper@redhat.com> * configure.in: Avoid variable named BASH. |