You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SymFPU fails with an assertion failure when converting a bit-vector of size 113 to a floating-point of sort Float128 with to_fp.
This can be triggered both with cvc5 and Bitwuzla.
cvc5 version/commit: af398235ef9f3a90999
SymFPU version/commit: 8fbe139 on cvc5 with working copy patch
SymFPU fails with an assertion failure when converting a bit-vector of size 113 to a floating-point of sort
Float128
withto_fp
.This can be triggered both with cvc5 and Bitwuzla.
cvc5 version/commit: af398235ef9f3a90999
SymFPU version/commit: 8fbe139 on cvc5 with working copy patch
cvc5 configure.sh options
debug --symfpu
Input file:
Fails at rounder.h:330:
PRECONDITION(sigWidth >= targetSignificandWidth + 2);
with
sigWidth = 114
andtargetSignificandWidth = 113
.The text was updated successfully, but these errors were encountered: