| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 1.1 kB | |
| v1.16_ Minor fixes source code.tar.gz | 2026-04-02 | 2.5 MB | |
| v1.16_ Minor fixes source code.zip | 2026-04-02 | 2.7 MB | |
| Totals: 3 Items | 5.3 MB | 6 | |
What's Changed
- bintr: Add new --no-virtual option which allows load/store merging by @fwsGonzo in https://github.com/libriscv/libriscv/pull/313
- Simplify execute segments and decoder cache by @fwsGonzo in https://github.com/libriscv/libriscv/pull/316
- Fix a binary translation bug on Windows
- Add new no-virtual binary translation option which enables load/store merging
- Fix rounding issues when using trunc- and floor-family math functions by implementing rounding mode in FCVT.W.SD
- Simplify execute segment creation and reduce memory usage a bit
- Fix missing check on faccessat (thanks @perbu!)
- Fix arena transfer bug and add high watermark option (fast allocation-less sharing)
Full Changelog: https://github.com/libriscv/libriscv/compare/v1.15...v1.16