mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix|compiler: MANP extract for v0 strategy is incorrect
This commit is contained in:
@@ -1595,7 +1595,7 @@ protected:
|
||||
this->signalPassFailure();
|
||||
return;
|
||||
}
|
||||
this->updateMax(manp.getSExtValue(), eTy.getWidth());
|
||||
this->updateMax(manp.getZExtValue(), eTy.getWidth());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user