summaryrefslogtreecommitdiff
path: root/checklink/Library.ml
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-07-24 08:05:35 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-07-24 08:05:35 +0000
commit04ff02a9f4bc4f766a450e5463729102ee26882e (patch)
tree8aa397a531c75a3f634f068ff08293718c7f9fe6 /checklink/Library.ml
parenta19eb81876d9739b569b946ccdbf2778d2e9aca7 (diff)
Update for single-precision floats. Calls to vararg functions remain
to be updated. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2544 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink/Library.ml')
-rw-r--r--checklink/Library.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/checklink/Library.ml b/checklink/Library.ml
index 69a0d6e..54bca41 100644
--- a/checklink/Library.ml
+++ b/checklink/Library.ml
@@ -115,6 +115,7 @@ let z_int64 = Camlcoq.Z.to_int64
(* Some more printers *)
let string_of_ffloat f = string_of_float (camlfloat_of_coqfloat f)
+let string_of_ffloat32 f = string_of_float (camlfloat_of_coqfloat32 f)
let string_of_array string_of_elt sep a =
let b = Buffer.create 1024 in