add non-compressed roundtrip tests

This commit is contained in:
nora 2025-03-23 11:34:51 +01:00
parent fd10c93034
commit d369850db1
5 changed files with 322 additions and 25 deletions

View file

@ -1,3 +1,11 @@
## 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.