<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> So it's quite literally taking the place of a command line option? Otherwise<br>
> gas can't handle the instruction or what? Can I get some more background<br>
> here please?<br>
<br>
Yeah, that's it. GAS (and IAS) only accept SDIV / UDIV IFF the CPU<br>
supports it. A15 does, but not A9. .arch_extension is a way to let the<br>
assembler accept the instruction. Same as .fpu directive.<br></blockquote><div><br></div><div>I'm assuming you mean that .arch_extension is the only way to enable this feature not that .fpu would also do it?</div><div><br></div><div>Or...?</div><div><br></div><div>-ericĀ </div></div></div>