[llvm-commits] [compiler-rt][patch] add soft-float comparisons to compiler-rt
Chris Lattner
clattner at apple.com
Wed Jun 30 21:07:38 PDT 2010
Looks great to me, please commit!
-Chris
On Jun 30, 2010, at 12:17 PM, Stephen Canon wrote:
> This patch provides the following routines for compiler-rt:
>
> __eqdf2 __gedf2 __nedf2 __ledf2 __gtdf2 __ltdf2 __unorddf2
> __eqsf2 __gesf2 __nesf2 __lesf2 __gtsf2 __ltsf2 __unordsf2
>
> These are present in libgcc when it is built for platforms that lack hardware floating-point support.
>
> - Steve
>
> <comparisons.diff>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list