<div class="gmail_quote">2012/1/16 Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Jan 16, 2012 at 8:24 AM, Ruben Van Boxem<br>
<<a href="mailto:vanboxem.ruben@gmail.com">vanboxem.ruben@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> Is there a specific reason why Clang does not have<br>
> __builtin_labs<br>
> __builtin_llabs<br>
<br>
</div>No, probably just nobody got around to adding them.<br></blockquote><div><br></div><div>I had an attempt at adding the __builtin's mentioned above. I tested with current trunk attached patch. It just adds the two builtin names and puts it in the same codegen part as regular abs. I hope this is correct, I had a quick check of llabs with -2^61 and printf using "%lld".</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Ruben</div><div><br></div><div>PS: If patch is OK, please commit, I don't have commit rights.</div></div>