[llvm-commits] [compiler-rt][patch] add soft-float addition and subtraction to compiler-rt

Chris Lattner clattner at apple.com
Wed Jun 30 21:08:16 PDT 2010


On Jun 30, 2010, at 12:24 PM, Stephen Canon wrote:

> This patch provides single- and double-precision soft-float addition and subtraction routines for compiler-rt:
> 
> __adddf3  __subdf3
> __addsf3  __subsf3

Looks good to me.  Please feel free to commit directly to compiler_rt if you've tested the new code, thanks Steve!

-Chris



More information about the llvm-commits mailing list