<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>SqInt vs sqLong:</p>
<p>Not sure of proper context here.</p>
<p>I was thinking of the case of running simulation/codegen in VMM on a 32 bit machine.</p>
<p>-KenD</p>
<p><br /></p>
<p>On 2019-01-20 18:52, Eliot Miranda wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">Hi Ken,
<div> </div>
<div>    this all looks fine.  I see one minor slip.  You're supplied</div>
<div> </div>
<div>
<div>ThreadedFFICalloutStateForARM64>>instVarNamesAndTypesForTranslationDo: ..</div>
</div>
<div> </div>
<div>which differs from the 32-bit ARM one in using double vs float and sqLong vs sqInt.  Using double vs long is correct.   But using sqLong is unnecessary, since in 64-bits sqint is equal to sqLong, so I would have written it using sqint instead. </div>
<div> </div>
<div> </div>
</div>
</div>
</div>
<div class="gmail_quote"> </div>
</blockquote>
<div style="text-align: left;"> </div>
</body></html>