<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><pre><font class="Apple-style-span" face="Helvetica">I would like to add</font><span class="Apple-style-span" style="font-family: Helvetica; "> a command line option, -no-implicit-float, that will cause the noimplicitfloat attribute to be added to functions when targeting ARM.  </span><span class="Apple-style-span" style="font-family: Helvetica; ">This attribute disables implicit floating point instructions.  </span><span class="Apple-style-span" style="font-family: Helvetica; ">X86 already utilizes this attribute when the -msoft-float option is used.  </span><span class="Apple-style-span" style="font-family: Helvetica; ">Unfortunately, we can't use -msoft-float on ARM, because it's already defined to mean something else.  </span><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">Therefore, I would like to propose we allow the driver to accept the -no-implicit-float option directly (i.e., basically forwarding the -no-implocit-float option to cc1).  </span><span class="Apple-style-span" style="font-family: Helvetica; ">Does anyone have any opinions, comments or suggestions?</span></pre><pre><span class="Apple-style-span" style="font-family: Helvetica; "> Regards,</span></pre><pre><span class="Apple-style-span" style="font-family: Helvetica; ">  Chad</span></pre><div><br></div></body></html>