Hans Kristian Rosbach
Hans Kristian Rosbach
- Add support for giving compilers (and static analyzers) hints about value ranges of variables, allowing them to better optimize the code. - It is very important that Assume hints...
I haven't seen any announcements about the `AMD-Software-PRO-Edition-25.Q3-Win10-Win11-For-HIP` release, but I just noticed it has been released (Ref: [AMD HIP SDK for Windows](https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html)). So I thought I'd post it here...
- Improve arch detection by adding bitness variables and multiple arch names that were previously unrecognized. - Simplify arch detection by having less compiler-specific detection, and always lowercasing arch. -...
- Don't check for too long match in deflate_quick, it cannot happen. - Minor inlining change in trees_emit.h - Inline the small bi_windup function - Don't attempt inlining for the...
1. Add CMake setting `WITH_C_FALLBACK`, allowing to disable the C fallbacks being compiled. This will only work properly if zlib-ng has all the needed functions as optimized functions for the...