Hernan Martinez

Results 23 issues of Hernan Martinez

Today drmingw uses zlib as a git submodule. For some uses cases, like MSYS2, it would be better to use the system provided one. An optional USE_SYSTEM_ZLIB CMake option could...

enhancement
help wanted

Both Mingw64's GCC and Clang are complaining about an incomplete type when x-compiling for Windows: ```make[3]: Entering directory '/d/Dev/Github/aria2/src' CXX WinTLSSession.lo In file included from WinTLSSession.cc:36: ./WinTLSSession.h:230:28: error: implicit instantiation...

Hello. I saw that version 1.40 was released, but the ARM64 plugin wasn't uploaded to Github and it's also not showing in the Plugins Admin when running a, native ARM64,...

# Description Handle code paths that are assuming Linux just because `__GNUC__` is defined. Fixes #1803 # Checklist ## General - [x] Do all unit and benchdnn tests (`make test`...

# Summary Some code paths for ARM64 fail to build for Windows when using Clang with MSYS2 ARM64 (CLANGARM64 environment), but no issues with building using Clang with MSYS2 for...

sighting

### Add ARM64 configuration and #ifdefs Note: - Visual Studio requires the `C++ ARM64 build tools (latest)` component installed - The `ref_vk` project is disabled in the ARM64 Configuration since...

There are libraries that support being built for Windows on ARM64 require MSMPI. For instance `parmetis` Please provide the MSMPI runtime libraries built for ARM64. Thank you,

### Description / Steps to reproduce the issue The new build of Blender, 3.4.1, is crashing on exit. This was not happening in version 3.2.2. ### Expected behavior Process exits...

bug

Part of #2589 - Builds only the cpu runner for ARM64 Also, the existing CMake recipe already enables NEON and Armv8.2 extensions when ARM64 is detected. - I'll create another...