Commit Graph

7 Commits

Author SHA1 Message Date
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
2bd094ab9f bitwise: use bit reversal from bit twiddling hacks 2017-02-13 17:14:30 +11:00
9a798446b5 build: remove unnecessary includes
discovered with include-what-you-use
2016-10-12 15:08:22 +11:00
2658b41ea1 relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
61ee601df1 bitwise: use lookup table for byte reverse
When used across large buffers an iterative reverse scheme is lesss
efficient. The small cache cost for single reverses is good enough to
just eat here.
2014-09-01 16:23:46 +10:00
77942e008d Change my email to an active domain 2012-04-23 13:10:50 +10:00
09b2f5ae0f Add bit manipulation convenience defines 2011-08-29 14:38:47 +10:00