[PATCH] D27898: [compiler-rt] [builtins] Implement __floattitf() & __floatuntitf()

Steve Canon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 23 04:54:31 PST 2016


scanon requested changes to this revision.
scanon added a reviewer: scanon.
scanon added a comment.
This revision now requires changes to proceed.

I don't particularly care about the shift, since the code is completely equivalent either way, though it would be nice to clean up. However, please replace "mantissa" with "significand" before committing.


https://reviews.llvm.org/D27898





More information about the cfe-commits mailing list