]> wimlib.net Git - wimlib/commit
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)
commitf3581db5c61c2cb180f77784feaa2e247956dd81
tree6b084fd6a751c80167a7b3027bdd57bf09ad8fe6
parentad64702f85337e5d83d4b91554028c599f8582d4
sha1-ssse3.asm:  Fix building on Windows

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.
src/sha1-ssse3.asm