This is an archive of the discontinued LLVM Phabricator instance.

APFloat: Fix ilogb for denormals
ClosedPublic

Authored by arsenm on Mar 12 2016, 4:05 AM.

Details

Reviewers
scanon

Diff Detail

Event Timeline

arsenm updated this revision to Diff 50523.Mar 12 2016, 4:05 AM
arsenm retitled this revision from to APFloat: Fix ilogb for denormals.
arsenm updated this object.
arsenm added a reviewer: scanon.
arsenm added a subscriber: llvm-commits.
scanon added inline comments.Mar 12 2016, 4:48 AM
lib/Support/APFloat.cpp
3959

Follow the IEEE terminology and use "significand" rather than "mantissa" (which is commonly used, but technically incorrect).

arsenm updated this revision to Diff 50534.Mar 12 2016, 5:39 PM

Rename variable

scanon accepted this revision.Mar 12 2016, 8:47 PM
scanon edited edge metadata.

Thanks.

This revision is now accepted and ready to land.Mar 12 2016, 8:47 PM
arsenm closed this revision.Mar 12 2016, 9:18 PM

r263370