ebassi / graphene

A thin layer of graphic data types
http://ebassi.github.io/graphene
Other
373 stars 80 forks source link

build: Fix ARM64 (aarch64) builds on Visual Studio 2017 #229

Closed fanc999 closed 3 years ago

fanc999 commented 3 years ago

Hi,

From the commit message:

On Visual Studio 2017, it is unfortunate that it does not allow us to include arm_neon.h directly for ARM64 builds, so we must include arm64_neon.h instead.

Interestingly, Visual Studio 2019 can include arm_neon.h directly for ARM64 builds, which will in turn include arm64_neon.h

Fix the Visual Studio 2017 ARM64 build by:

With blessings, thank you!