From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:39 +0000 (-0700) Subject: VMkernel build change; not related to open-vm-tools. X-Git-Tag: stable-10.2.0~751 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac9ac2858f67652f296013e263c6ea1da9f4887;p=thirdparty%2Fopen-vm-tools.git VMkernel build change; not related to open-vm-tools. --- diff --git a/open-vm-tools/lib/misc/sha1.c b/open-vm-tools/lib/misc/sha1.c index 856c911d0..41cfbae48 100644 --- a/open-vm-tools/lib/misc/sha1.c +++ b/open-vm-tools/lib/misc/sha1.c @@ -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],