You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a chip which checks multiplications where the input is two 32-bit unsigned integers and the output is a 64-bit unsigned integer. This cannot be implemented as an instruction without increasing the number of memory channels. What we can do is create this as a chip and use it under the hood to implement several currently-unsupported instructions: SHIFT32, DIV32, MULHU, and MULHS. Add a unit test suite for this chip.
The text was updated successfully, but these errors were encountered:
Add a chip which checks multiplications where the input is two 32-bit unsigned integers and the output is a 64-bit unsigned integer. This cannot be implemented as an instruction without increasing the number of memory channels. What we can do is create this as a chip and use it under the hood to implement several currently-unsupported instructions: SHIFT32, DIV32, MULHU, and MULHS. Add a unit test suite for this chip.
The text was updated successfully, but these errors were encountered: