]> wimlib.net Git - wimlib/commitdiff
lz_extend: simplify lz_extend() slightly
authorEric Biggers <ebiggers3@gmail.com>
Wed, 22 Jun 2016 01:01:57 +0000 (20:01 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 2 Jul 2016 14:58:24 +0000 (09:58 -0500)
Unrolling the first four word copies does not seem give noticably better
performance anymore, and on a recent Intel processor actually appears to
decrease the performance slightly.


No differences found