Skip to content

v2.2.6 - Incremental Improvements (attempt 2)

Latest
Compare
Choose a tag to compare
@AntonLydike AntonLydike released this 14 May 11:45

What's Changed

  • Feature: Canonicalize register names when parsing, converting e.g. x0 -> zero or fp -> s0.
  • Feature: Added support for fcvt.d.w[u] and fcvt.w[u].d instructions
  • BugFix: Fixed that registers were treated as UInt32s instead of Int32 (this may have caused subtle bugs before)
  • Feature: Added the remainder of the M extension
  • BugFix: Fixed a bug in the overflow behavior of mulh
  • BugFix: Fix faulty length assertion in jalr

(You can also read the Changelog.md file in this release)

New Contributors

Full Changelog: v2.2.5...v2.2.6