]> wimlib.net Git - wimlib/commitdiff
resource.c: Don't manually align buffer for uncompressed data
authorEric Biggers <ebiggers3@gmail.com>
Thu, 25 Dec 2014 02:06:42 +0000 (20:06 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 25 Dec 2014 02:15:15 +0000 (20:15 -0600)
The main reason this was being done was to speed up LZX postprocessing,
but that now can use the vectorized version (with a tiny bit of overhead)
even if the start of the buffer is not 16-byte aligned.


No differences found