Fix for the allocation going negative. (bits[j] >= 0 assert)
The modeline-bisection and interpolator have used different criteria for the minimum coding threshold since the introduction of the "backwards done" in 405e6a99. This meant that a lower modeline could be selected which the interpolator was never able to get under the maximum allocation. This patch makes the modeline selection search use the same criteria as the interpolator.
Loading
Please register or sign in to comment