rustv32i/rvdc/CHANGELOG.md
Noratrieb 78aa1e8d75
Some checks are pending
Rust / build (push) Waiting to run
immediate improvements
2025-03-25 20:33:05 +01:00

16 lines
362 B
Markdown

## 2.0.0
- BREAKING CHANGE: Make `Inst` `#[non_exhaustive]`
- BREAKING CHANGE: Change immediate fields in `Inst` to `Imm`
## 0.1.1
- Add `Fence::is_tso`
- Several fixes to disassembly
- Forbid overflow for `slli` immediates
- Add `Zihintpause` extension to README (it was already implemented in disassembly)
- Add exhaustive tests
## 0.1.0
Initial release.