Change8

b8083

📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This release disables LTO for CPU feature detection in ggml to resolve Illegal instruction errors occurring on older hardware due to aggressive cross-module optimization.

🐛 Bug Fixes

  • Disabled Link Time Optimization (LTO) for ggml-cpu feature detection code to prevent Illegal instruction errors on older CPUs (e.g., loading power10 backend on power9 crashes before feature check runs).

Affected Symbols