Skip to content

Commit

Permalink
Adapt to coq/coq#19801 (#535)
Browse files Browse the repository at this point in the history
This reverts 5f90f91 (#524)
  • Loading branch information
andres-erbsen authored Jan 9, 2025
1 parent 6088018 commit 3bc43fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/IEEE754_extra.v
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,6 @@ Remark bounded_Bexact_inverse:
emin <= e <= emax - prec <-> bounded prec emax Bexact_inverse_mantissa e = true.
Proof.
intros. unfold bounded, canonical_mantissa. rewrite andb_true_iff.
rewrite ?Z.eqb_compare.
fold (Zeq_bool (fexp (Z.pos (digits2_pos Bexact_inverse_mantissa) + e)) e).
rewrite <- Zeq_is_eq_bool. rewrite <- Zle_is_le_bool.
rewrite Bexact_inverse_mantissa_digits2_pos.
unfold fexp, FLT_exp, emin. lia.
Expand Down

0 comments on commit 3bc43fc

Please sign in to comment.