From: Eric Biggers Date: Mon, 16 Jun 2014 02:49:27 +0000 (-0500) Subject: sha1-ssse3.asm: Fix building on Windows X-Git-Tag: v1.7.0~3 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=f3581db5c61c2cb180f77784feaa2e247956dd81;hp=f3581db5c61c2cb180f77784feaa2e247956dd81 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. ---