Skip to content

1.13.0

Latest
Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 04 Apr 17:06
1df4709

[1.13.0] - 2025-04-04

Added

  • Add support for a few missing R5900 instructions.
    • cfc2.i, ctc2.i, qmfc2.i and qmtc2.i.

Changed

  • Change some R5900 opcodes to use their suffix.
    • Specifically cfc2, ctc2, qmfc2 and qmtc2 are changed to cfc2.ni,
      ctc2.ni, qmfc2.ni and qmtc2.ni.

Fixed

  • Allow building Python bindings with Clang versions that do not support some
    some warning flags.
    • Specifically -Wno-nonnull-compare.