]> wimlib.net Git - wimlib/commit
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)
commitf72c1acba54c28c27e6902c3078f7a715934223b
treeb89179a6db80ccc9da9cae2e471e04984b031e98
parent3872f9e0d30f6439b2a08e091fbd3df042841b6a
resource.c: Don't manually align buffer for uncompressed data

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.
src/resource.c