Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@basilhussain basilhussain released this 12 Dec 20:20
· 1 commit to master since this release

Implements new look-up table based method for reflect_8, reflect_16, and reflect_32 functions. Uses a 16-byte nibble LUT, improving performance over previous unrolled-loop iterative methods, and also producing smaller code (in case of reflect_32, substantially smaller).