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
This adds IEEE 754 TiesToAway rounding mode, which rounds away from zero in
case of a tie.
The rounding mode is added to three distinct implementations:
1. The implementation for constants, in util/ieee_float.h
2. The implementation that creates a bit-level encoding, in
src/solvers/floatbv/float_utils.h.
3. The implementation that creates a word-level encoding, in
solvers/floatbv/float_bv.cpp.
0 commit comments