Andarwinux
Andarwinux
For these platforms, the lib prefix should be included, otherwise linker will not be able to find OpenCL library
ref: https://github.com/LuaJIT/LuaJIT/issues/476 https://github.com/WohlSoft/LuaJIT Hi, luajit's current build system is very messy and upstream rejects pr for cmake support. is it possible to add cmake support to this branch? Here is...
Before requesting a new feature make sure it hasn't been requested yet. https://github.com/mpv-player/mpv/labels/meta%3Afeature-request ### Expected behavior of the wanted feature Example: ``` gpu-context=d3d11,winvk hwdec=d3d11va ``` Then switch hwdec to nvdec...
# Description of the new feature/enhancement Accelerating Terminal rendering with D3D12 mesh shaders # Proposed technical implementation details (optional) https://gpuopen.com/learn/mesh_shaders/mesh_shaders-font_and_vector_art_rendering_with_mesh_shaders/
It actually works fine.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Configure with llvm-mingw or gcc14 with win32thread 2. nm...
Please open source mimalloc-redirect or provide aarch64 prebuilt dll
before accd835: ``` prefix=/build/install/x86_64-w64-mingw32 exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: OpenSSL-libssl Description: Secure Sockets Layer and cryptography libraries Version: 3.4.0-dev Requires.private: libcrypto Libs: -L${libdir} -lssl Cflags: -I${includedir} ``` after accd835: ``` prefix=...
SegmentHeap provides a faster malloc implementation that only available with Dynamic UCRT in Windows 10, version 2004 (build 19041) and later