diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-08-13 14:23:03 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-08-13 14:23:03 +0000 |
commit | a558eac3b8c9929a4c29236baada4c4b4360b6ff (patch) | |
tree | afd88f2c8dbe5cc9314bf26a04bcdc7dfba3a80f /flocq | |
parent | f2d0caa5f7594cf936713f3bd6cdc3ab5a6f9626 (diff) |
Update comment
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2562 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'flocq')
-rw-r--r-- | flocq/Appli/Fappli_IEEE.v | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flocq/Appli/Fappli_IEEE.v b/flocq/Appli/Fappli_IEEE.v index 5e9897f..b44d711 100644 --- a/flocq/Appli/Fappli_IEEE.v +++ b/flocq/Appli/Fappli_IEEE.v @@ -72,8 +72,7 @@ Definition valid_binary x := end. (** Basic type used for representing binary FP numbers. - Note that there is exactly one such object per FP datum. - NaNs do not have any payload. They cannot be distinguished. *) + Note that there is exactly one such object per FP datum. *) Definition nan_pl := {pl | (Z_of_nat' (S (digits2_Pnat pl)) <? prec)%Z = true}. |