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

MSVS compiler bug (Windows, Arm64). #238

Open ermig1979 opened 1 year ago

ermig1979 commented 1 year ago

Build.log

Edi61 commented 1 year ago

Hi ermig1979,

//I did some fix. Unfortunately I can't check them because I don't have any //arm device with Windows and Microsoft Visual Studio compiler does not support cross compilation. I also don't have. I noticed this bug only due to the request from vcpkg team to add all supported platforms, beucase I had implemented the support of simd on vcpkg: https://github.com/microsoft/vcpkg/pull/28163 But due to this bug i have marked arm64 as unsupported:

Regarding your last commit, there are still many errors: install-arm64-windows-dbg-out.log

Ps. How i am compiling:

Ps2: vcpkg could maybe also used to check between different platforms, if a pull request is created on vcpkg all supported platforms are automatically tested by ms azure devops