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

Weiming Zhao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 21 10:49:40 PST 2016


weimingz added a comment.

Thanks for the formatting. Regarding the refactoring, Regarding factoring out common code, I think it's OK to do it in a follow-up patch. For readability, it should be OK. For example, fp_add_impl.inc is used by float, double and long double.


https://reviews.llvm.org/D27898





More information about the cfe-commits mailing list