diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Improve support for popcount and counting trailing zeros (Bug#15550). | ||
| 4 | Do this by using the Gnulib modules for this. | ||
| 5 | This should generate faster code on non-GCC, non-MSC platforms, | ||
| 6 | and make the code a bit more portable, at least in theory. | ||
| 7 | * lib/count-one-bits.c, lib/count-one-bits.h: | ||
| 8 | * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h: | ||
| 9 | * m4/count-one-bits.m4, m4/count-trailing-zeros.m4: | ||
| 10 | New files, copied from gnulib. | ||
| 11 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 12 | |||
| 1 | 2013-10-04 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2013-10-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Use hardware insns for byteswapping on glibc hosts that support it. | 15 | Use hardware insns for byteswapping on glibc hosts that support it. |