]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Update vm_basic_types.h for apple silicon
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)
commit26fc16779ffbce1833ea90d1d5efdba83708bb87
tree5f26841e352dd52a8a569557824a9d116b6e504e
parentf73fa790abde3fe385cca37ed8583073eea36b7f
Update vm_basic_types.h for apple silicon

Apple silicon compilers will define __arm64__ as their
name for their new CPU. But they also define __aarch64__ which
existing 64-bit ARM CPUs use.  Add a little bit of logic
to enforce and document this.
open-vm-tools/lib/include/vm_basic_types.h