b8972
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces CMake support for the xsmtvdotii march in ggml-cpu builds when targeting SpacemiT IME, resolving a build error related to missing custom extensions.
✨ New Features
- Added support for the xsmtvdotii custom extension march when compiling ggml-cpu with GGML_CPU_RISCV64_SPACEMIT=ON, enabling IME kernels on SpacemiT K3 platforms.
🐛 Bug Fixes
- Fixed a build failure during the assembler stage when compiling ggml-cpu with SpacemiT GCC 15.2 toolchain by appending _xsmtvdotii to MARCH_STR when GGML_CPU_RISCV64_SPACEMIT is enabled.