Skip to content

Commit

Permalink
Logging in backwards precision computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Agathe Herrou authored and sletz committed Dec 12, 2023
1 parent 9b47fe6 commit c44e83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/interval/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ void propagateBackwardsUnaryMethod(const char* title, umth mp, itv::interval& X,
{
X = itv::interval(X.lo(), X.hi(), X.lsb() + 1);
Z = (A.*mp)(X);
std::cout << X.lsb() << " -> " << Z.lsb() << std::endl;
}

if (Z.lsb() > l) // if we've overshot the target lsb
Expand Down

0 comments on commit c44e83b

Please sign in to comment.