]> wimlib.net Git - wimlib/commitdiff
sha1-ssse3.asm: Fix building on Windows
authorEric Biggers <ebiggers3@gmail.com>
Mon, 16 Jun 2014 02:49:27 +0000 (21:49 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 16 Jun 2014 03:59:20 +0000 (22:59 -0500)
For some reason the Intel original doesn't actually build for Windows
because it requests too high alignment per section.  It should be
sufficient to retain the alignment directives in the code itself.


No differences found