Changelog

All notable changes to XArith will be documented in this page.

[0.1.4] - 2026-05-20

Added

  • FP16 (half-precision) element support in VpeContext

[0.1.3] - 2026-04-30

Added

  • VpeContext::dot2 synchronous DPT2 API that returns two scalars from a single VPER instruction
  • dot2 demo in the xarith basic example and dot vs dot2 saturation sweep in the VPE benchmark example

[0.1.2] - 2026-04-07

Added

  • Batch SRAM buffer allocation APIs (tryAllocateBuffers, freeBuffers)

[0.1.1] - 2026-03-19

Changed

  • Rename the package

[0.1.0] - 2026-03-05

Added

  • Initial release