ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.01k stars 407 forks source link

Fix CMake Windows Support #247

Closed Edi61 closed 1 year ago

Edi61 commented 1 year ago

In Windows CMAKE_SYSTEM_PROCESSOR is not representing target architecture and also have different values (AMD64, IA64, ARM64, EM64T, X86). Change is at least necessary for compiling for arm64 windows.