On Sep 21, 2007, at 7:56 PM, Neil Booth wrote:
> + } else if (newPartCount < oldPartCount) {
> + /* Capture any lost fraction through truncation of parts so we
> get
> + correct rounding whilst normalizing. */
> + lostFraction = lostFractionThroughTruncation
> + (significandParts(), oldPartCount, toSemantics.precision);
> + if (newPartCount == 1)
> + {
> + integerPart newPart = significandParts()[0];
> + freeSignificand();
> + significand.part = newPart;
> + }
Hi Neil,
Please watch out for tabs :)
-Chris
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits