Developer Tools

b8972

New release enables AI inference on RISC-V chips with custom vector extensions...

Deep Dive

The llama.cpp project released version b8972, which appends the xsmtvdotii custom extension to the march string when GGML_CPU_RISCV64_SPACEMIT is enabled, fixing build failures on SpacemiT K3 platforms where inline asm for the vmadot family requires this extension. The release includes builds for macOS, Linux, Windows, Android, and openEuler.

Key Points
  • Adds xsmtvdotii custom extension support for SpacemiT IME RISC-V processors
  • Fixes build failure on K3 platforms when GGML_CPU_RISCV64_SPACEMIT is enabled
  • Includes pre-built binaries for 20+ platforms including macOS, Linux, Windows, Android, and openEuler

Why It Matters

Enables AI inference on RISC-V hardware, expanding local LLM deployment to open-source CPU architectures.