Nursultan Zarlyk
Nursultan Zarlyk
**Describe the pull request** - #### What does your PR fix? Adds Windows ARM64 support - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? Adds arm64-windows...
**Describe the pull request** It seems that with current version of tesseract it can be built for arm64-windows both on ARM machines and cross-compilation using x86-64 machines. - #### What...
**** **Proposed solution** Add support for arm64-windows by changing supported platform expression to `!(arm & (osx | linux))` The proposed change only for core features. **Additional context** The build is...
I assume this is the only change required to bring ARM64 support for Windows. Build was done using VCPKG (arm64-windows triplet). Tests are OK.
- #### What does your PR fix? Adds arm64-windows support by fixing the usage of popcount intrinsics. - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)?...
Hello, I would like to know, if tags are going to be introduced in this repository. As some [comments](https://github.com/BrunoLevy/geogram/issues/11#issuecomment-1246596027) show, users want to have tags to distinguish different versions. Also,...
**Is your feature request related to a problem? Please describe.** If you open any test file from standard library, two test suits (`cmd` and `std`) will be added to testing...
When users try to install PyTorch, they could face [issues](https://github.com/pytorch/pytorch/issues/82082#issuecomment-1336135068) with unsupported architectures as there are no documentation on that. As I understand there is no support for Windows ARM64...