mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
16 lines
362 B
Markdown
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.
|