[PATCH] D18117: APFloat: Fix scalbn handling of denormals

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 12 17:59:58 PST 2016


arsenm updated this revision to Diff 50536.
arsenm added a comment.

Clamp Exp to 1 past the maximum increment/decrement. Let normalize handle overflow/underflow


http://reviews.llvm.org/D18117

Files:
  include/llvm/ADT/APFloat.h
  lib/Support/APFloat.cpp
  unittests/ADT/APFloatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18117.50536.patch
Type: text/x-patch
Size: 11760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160313/acb5bb60/attachment.bin>


More information about the llvm-commits mailing list