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
For now, it uses always x64 -> arm64 toolchain, that is guaranteed to be available on both windows-x64 and windows-arm64.
We could optimize further and use native arm64 -> arm64 toolchain when being on windows-arm64.
The text was updated successfully, but these errors were encountered:
#167 Introduces recognizing the x64->arm64 toolchain, but it does not exercise it in unit tests. The place where we should add the cross compilation unit tests:
#167 introduce support for MSVC arm64 toolchain.
For now, it uses always
x64 -> arm64
toolchain, that is guaranteed to be available on both windows-x64 and windows-arm64.We could optimize further and use native
arm64 -> arm64
toolchain when being on windows-arm64.The text was updated successfully, but these errors were encountered: