From 04ff02a9f4bc4f766a450e5463729102ee26882e Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 24 Jul 2014 08:05:35 +0000 Subject: 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 --- checklink/Library.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'checklink/Library.ml') 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 -- cgit v1.2.3