From 4ee0544a157090ddd087b36109d292cd174bae7c Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 2 Aug 2013 08:05:18 +0000 Subject: Merge of Flocq version 2.2.0. More precise modeling of NaNs. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2303 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- common/Values.v | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/Values.v b/common/Values.v index 670f785..b9594fc 100644 --- a/common/Values.v +++ b/common/Values.v @@ -1051,11 +1051,6 @@ Proof. intros; destruct x; simpl; auto. decEq. apply Int.rolm_zero. Qed. -Theorem addf_commut: forall x y, addf x y = addf y x. -Proof. - destruct x; destruct y; simpl; auto. decEq. apply Float.addf_commut. -Qed. - Theorem negate_cmp_bool: forall c x y, cmp_bool (negate_comparison c) x y = option_map negb (cmp_bool c x y). Proof. -- cgit v1.2.3