aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/Archi.v
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/Archi.v')
-rw-r--r--ia32/Archi.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/ia32/Archi.v b/ia32/Archi.v
index 674b2761..267c0eee 100644
--- a/ia32/Archi.v
+++ b/ia32/Archi.v
@@ -25,13 +25,13 @@ Definition big_endian := false.
Notation align_int64 := 4%Z (only parsing).
Notation align_float64 := 4%Z (only parsing).
-Program Definition default_pl_64 : bool * nan_pl 53 :=
+Program Definition default_pl_64 : bool * nan_pl 53 :=
(true, nat_iter 51 xO xH).
Definition choose_binop_pl_64 (s1: bool) (pl1: nan_pl 53) (s2: bool) (pl2: nan_pl 53) :=
false. (**r always choose first NaN *)
-Program Definition default_pl_32 : bool * nan_pl 24 :=
+Program Definition default_pl_32 : bool * nan_pl 24 :=
(true, nat_iter 22 xO xH).
Definition choose_binop_pl_32 (s1: bool) (pl1: nan_pl 24) (s2: bool) (pl2: nan_pl 24) :=