[PATCH] D26817: [APFloat] Implement PPCDoubleDouble add and subtract.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 14:45:20 PST 2016


timshen added a comment.

I believe that now it's mostly behaving in the same way as libgcc does, except for one bug that libgcc has (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78759), but I fixed it here.


https://reviews.llvm.org/D26817





More information about the llvm-commits mailing list