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.
+section .data
+align 128
%xdefine K1 0x5a827999
%xdefine K2 0x6ed9eba1
%xdefine K1 0x5a827999
%xdefine K2 0x6ed9eba1
DQ sha1_update_intel_init_
;;----------------------
DQ sha1_update_intel_init_
;;----------------------
-section .text align=4096
+section .text
+align 4096
SHA1_VECTOR_ASM sha1_update_intel_ssse3_, multiblock
SHA1_VECTOR_ASM sha1_update_intel_ssse3_, multiblock