<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br>Anyone want to tackle this?<BR> <BR>INT64 __stdcall m3_round(long double f);<BR> <BR>rounds to nearest, breaks ties in the IEEE way (toward even, or such), presumably.<BR> <BR>Make it correct for 32bit, 64bit, big endian, little endian.<BR>Assume IEEE754.<BR> <BR>You can assume long double is the same as double.<BR>You'll likely want to split it into mantissa and exponent.<BR> <BR>Thanks,<BR> - Jay<br><br> <BR><div>> Date: Wed, 28 Aug 2013 09:58:16 +0000<br>> To: m3commit@elegosoft.com<br>> From: jkrell@elego.de<br>> Subject: [M3commit] CVS Update: cm3<br>> <br>> CVSROOT:      /usr/cvs<br>> Changes by:      jkrell@birch.   13/08/28 09:58:16<br>> <br>> Modified files:<br>>    cm3/m3-sys/m3back/src/: M3C.m3 <br>> <br>> Log message:<br>>         win64: temporary workaround: truncate instead of round<br>> <br></div>                                       </div></body>
</html>