Skip to content

Commit 91c4174

Browse files
committed
style(bitwuzla): Apply formatting
1 parent 6fe4722 commit 91c4174

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

lib/Solver/BitwuzlaBuilder.cpp

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -639,14 +639,15 @@ Term BitwuzlaBuilder::constructActual(ref<Expr> e, int *width_out) {
639639
{ce->getWidth()});
640640
}
641641

642-
643-
// https://smt-lib.org/theories-FloatingPoint.shtml
644-
//
645-
// All fp.to_* functions are unspecified for NaN and infinity input values.
646-
// In addition, fp.to_ubv and fp.to_sbv are unspecified for finite number inputs
647-
// that are out of range (which includes all negative numbers for fp.to_ubv).
648-
//
649-
// This workaround restricts fp.to_ubv and fp.to_sbv arguments to be in range.
642+
// https://smt-lib.org/theories-FloatingPoint.shtml
643+
//
644+
// All fp.to_* functions are unspecified for NaN and infinity input
645+
// values. In addition, fp.to_ubv and fp.to_sbv are unspecified for finite
646+
// number inputs that are out of range (which includes all negative
647+
// numbers for fp.to_ubv).
648+
//
649+
// This workaround restricts fp.to_ubv and fp.to_sbv arguments to be in
650+
// range.
650651

651652
case Expr::FPToSI: {
652653
int srcWidth;

0 commit comments

Comments
 (0)