aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/bit_reverse.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-2/+3
| | | | Remove GLib dependency from some headers.
* dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann2012-03-211-0/+35
Instead of doing run-time initialisation, use a constant lookup table.