[PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement

Michael Gottesman mgottesman at apple.com
Mon May 27 18:50:35 PDT 2013


The attached patch is the first in a series of 2 patches which implement IEEE-754R 2008 nextUp/nextDown via the function APFloat::next.

This first patch implements the static function tcDecrement on APInt which decrements a bignum represented by a part count and an integerPart and returns the borrow flag. Unittests are included as well.

Please Review,
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-APInt-Implement-tcDecrement-as-a-counterpart-to-tcIn.patch
Type: application/octet-stream
Size: 4729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130527/416f95b3/attachment.obj>


More information about the llvm-commits mailing list