immediate improvements
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
nora 2025-03-25 20:33:05 +01:00
parent 92dc3cb349
commit 78aa1e8d75
4 changed files with 202 additions and 116 deletions

View file

@ -1,3 +1,8 @@
## 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`