summaryrefslogtreecommitdiff
path: root/arm/Archi.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Archi.v')
-rw-r--r--arm/Archi.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/arm/Archi.v b/arm/Archi.v
index 00d9895..e4abf00 100644
--- a/arm/Archi.v
+++ b/arm/Archi.v
@@ -43,9 +43,12 @@ Definition choose_binop_pl_32 (s1: bool) (pl1: nan_pl 24) (s2: bool) (pl2: nan_p
(Pos.testbit (proj1_sig pl1) 22 &&
negb (Pos.testbit (proj1_sig pl2) 22))%bool.
+Definition float_of_single_preserves_sNaN := false.
+
Global Opaque big_endian
default_pl_64 choose_binop_pl_64
- default_pl_32 choose_binop_pl_32.
+ default_pl_32 choose_binop_pl_32
+ float_of_single_preserves_sNaN.
(** Which ABI to use: either the standard ARM EABI with floats passed
in integer registers, or the "hardfloat" variant of the EABI