Files
powdr/executor
Georg Wiese aea2e036b8 Witgen: Recognize range constraints in more cases (#1685)
When making fixed lookup machines smaller in the RISC-V VM (#1683), I
came across the issue that range-constraint lookups (e.g. `[two_bits] in
[TWO_BITS]` where `TWO_BITS = [0, 1, 2, 3]`) where not recognized as
such if the fixed column was *just* the right size (in the above
example, `TWO_BITS = [0, 1, 2, 3, 0]` would have worked).
2024-08-14 14:01:36 +00:00
..