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

Tim Northover t.p.northover at gmail.com
Wed Jan 9 23:28:45 PST 2013


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.



More information about the llvm-commits mailing list