b8221
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release resolves a critical compiler error (ICE) affecting builds using GCC 15 on ppc64le systems by modifying the intrinsic handling within ggml-cpu, ensuring zero performance regression.
🐛 Bug Fixes
- Fixed an Internal Compiler Error (ICE) in gcc 15 on ppc64le by replacing an intrinsic + cast with a data cast followed by the intrinsic call, ensuring compatibility with newer toolchains without performance loss.