[llvm-commits] [patch] Expose RTLIB/float-softening to targets

Akira Hatanaka ahatanak at gmail.com
Thu Jan 10 19:44:26 PST 2013


OK, I was assuming AArch64 supports soft-float ABI since the traditional
ARM architecture does. I will send a patch which adds RTLIB::Libcall
parameter for f128 later.

Thank you.

On Wed, Jan 9, 2013 at 11:28 PM, Tim Northover <t.p.northover at gmail.com>wrote:

> Hi Akira,
>
> > Doesn't aarch64 use library functions for soft-float (llc -soft-float)?
>
> It probably would, but we haven't defined a soft-float ABI for
> AArch64: the FPU is no longer an optional component. So unless that
> happens it would be a non-standard extension, which obviously wasn't a
> priority.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130110/84963828/attachment.html>


More information about the llvm-commits mailing list