Version 0.9.0 – Decoder Hardening & Build Updates
Highlights
- Added BF16 and FP8 (
fp8e4m3,fp8e5m2) datatype support - Expanded decoder validation paths for constant and header parsing.
- Added a decoder API fuzzer and aligned C/C++ decoder call semantics.
- Updated VGF header/constant decoder paths, including
parseConstantSection
and decoder-size handling.
Build, Packaging & Developer Experience
- Added a CMake option to build the VGF shared library.
- Updated fuzzer build integration and disabled
vgf_fuzzerby default.
Supported Platforms
The following platform combinations are supported:
- Linux - AArch64 and x86-64
- Windows® - x86-64
- Darwin - AArch64
- Android™ - AArch64 (experimental)