]> 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>
Wed, 22 Jun 2016 02:34:32 +0000 (21:34 -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