<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Hello,</div><div class=""><br class=""></div><div class="">I submitted a ticket here but since it hasn’t been flagged as ‘owned' I figure I should probably cross post to the list.</div><div class=""><br class=""></div><div class=""><a href="http://trac.clozure.com/ccl/ticket/1379" class="">http://trac.clozure.com/ccl/ticket/1379</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The problems:</div><div class=""><br class=""></div><div style="orphans: 2; widows: 2;" class="">1. in arm2.lisp line 337 <span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class=""><font size="2" class="">'nfp-store-<b class="">unboxed</b>-double-float-nested’ should be </font></span><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class="">'nfp-store-double-float-nested</span><font size="2" class="">’ to agree with </font><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class="">arm-visns.lisp</span></div><div style="orphans: 2; widows: 2;" class=""><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div style="orphans: 2; widows: 2;" class=""><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class="">2. in </span><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class="">arm-visns.lisp, the following need to be defined as described in ticket:</span></div><div style="orphans: 2; widows: 2;" class=""><span style="font-size: 13px; background-color: rgb(255, 255, 255);" class=""> - </span><span style="font-size: 13px; background-color: rgb(247, 247, 247);" class="">nfp-store-complex-single-float</span></div><div class=""> - <span style="font-size: 13px; orphans: 2; widows: 2; background-color: rgb(247, 247, 247);" class="">nfp-store-complex-single-float-nested</span></div><div class=""> - <span style="font-size: 13px; orphans: 2; widows: 2; background-color: rgb(247, 247, 247);" class="">nfp-load-complex-single-float</span></div><div class=""> - <span style="font-size: 13px; orphans: 2; widows: 2; background-color: rgb(247, 247, 247);" class="">nfp-load-complex-single-float-nested</span></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">These missing definitions to show up in type-declared and optimized single-float code, which might be why the compiler is able to self-compile without them.</div><div class=""><br class=""></div><div class="">My code now seems to work OK, though I have no good understanding of how my definitions work, because I merely used existing double float functions as a template replacing apparent double-float opcodes with single-float.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">J.Klein</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>