Something easier to review I hope :)
Implement an opcode to get the remainder of the divison between LHS and RHS.
Differential D134744
[clang][Interp] Implement rem opcode tbaeder on Sep 27 2022, 8:43 AM. Authored by
Details Something easier to review I hope :) Implement an opcode to get the remainder of the divison between LHS and RHS.
Diff Detail Event Timeline
|
Its a touch weird we return 'bool' in all these places, rather than an Optional<Integral>, right? Perhaps a refactor idea for a future patch.