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
Btw, there is something to be checked about RISC-V, related to the linearization_params. The code was copied from arm, and it should work. But if I'm not mistaken, there are two constraints on ARM that make the code more complex:
there are some operations that we cannot do directly on RSP
instructions do not accept large immediate.
For RISC-V, 2. is true, but 1. is not. Does this mean we should adapt a bit the code?
Btw, there is something to be checked about RISC-V, related to the linearization_params. The code was copied from arm, and it should work. But if I'm not mistaken, there are two constraints on ARM that make the code more complex:
For RISC-V, 2. is true, but 1. is not. Does this mean we should adapt a bit the code?
Originally posted by @eponier in #939 (comment)
The text was updated successfully, but these errors were encountered: