[1.13.0] - 2025-04-04
Added
- Add support for a few missing R5900 instructions.
cfc2.i
,ctc2.i
,qmfc2.i
andqmtc2.i
.
Changed
- Change some R5900 opcodes to use their suffix.
- Specifically
cfc2
,ctc2
,qmfc2
andqmtc2
are changed tocfc2.ni
,
ctc2.ni
,qmfc2.ni
andqmtc2.ni
.
- Specifically
Fixed
- Allow building Python bindings with Clang versions that do not support some
some warning flags.- Specifically
-Wno-nonnull-compare
.
- Specifically