You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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: microsoft/vcpkg#28163
But due to this bug i have marked arm64 as unsupported:
Install arm64 compiler buildtools with Visual Studio Installer Tool
Get vcpkg from git
Replace REF in \vcpkg\ports\simd\portfile.cmake by the your new commit number and remove arm64 from supports field in \vcpkg\ports\simd\vcpkg.json
Run .\vcpkg.exe install simd:arm64-windows
Get actual hash SHA512 from the command output and update SHA512 in \vcpkg\ports\simd\portfile.cmake
Run .\vcpkg.exe install simd:arm64-windows again and check log files
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
Build.log
The text was updated successfully, but these errors were encountered: