[llvm-commits] [compiler-rt][patch] add soft-float comparisons to compiler-rt
Stephen Canon
scanon at apple.com
Wed Jun 30 12:17:37 PDT 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comparisons.diff
Type: application/octet-stream
Size: 12260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100630/484bee5a/attachment.obj>
More information about the llvm-commits
mailing list