Implement several unimplemented integer operations and fix casting-related bugs #353

Merged
sb10q merged 6 commits from fix/int-ops-and-casting into master 2023-11-04 13:28:30 +08:00
Collaborator
  • Implemented and fixed bitwise-not for integers
  • Fixed missing wrap-around behavior for float-to-int32 and float-to-unsigned conversions
  • Fixed missing sign extension for int32-to-uint64
  • Added regression test for numeric conversions
- Implemented and fixed bitwise-not for integers - Fixed missing wrap-around behavior for float-to-int32 and float-to-unsigned conversions - Fixed missing sign extension for int32-to-uint64 - Added regression test for numeric conversions
derppening added 6 commits 2023-11-03 16:27:47 +08:00
derppening self-assigned this 2023-11-03 16:27:55 +08:00
derppening requested review from sb10q 2023-11-03 16:28:02 +08:00
sb10q merged commit 9d737743c1 into master 2023-11-04 13:28:29 +08:00
sb10q deleted branch fix/int-ops-and-casting 2023-11-04 13:28:30 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#353
There is no content yet.