]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
VMkernel build change; not related to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)
open-vm-tools/lib/misc/sha1.c

index 856c911d01b1aec92d7e2a74b1d0591a12fa7285..41cfbae48dff977fe292c0d090ee17db683c2758 100644 (file)
@@ -202,7 +202,7 @@ SHA1TransformSSSE3(uint32 state[5],
  * The AVX2 multi-buffer implementation is 64-bit only and requires GCC 4.7 or
  * newer. For now it is only included in the vmkernel.
  */
-#if defined(VMKERNEL)
+#if defined(VM_X86_64) && defined(VMKERNEL)
 
 void SHA1_Transform_AVX2_X8_ASM(uint32 transposedDigests[5][8],
                                 const uint8 *input[8],