[PATCH] D39748: [WebAssembly] Include GENERIC_TF_SOURCES

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 7 11:00:47 PST 2017


dschuff added a comment.

Yeah. Or not;  I think you can still use `__float128` types in clang, so if you did that then it would use these methods too. And as long as `long double` is f64 then none of these functions would get pulled into every program that uses printf (which is the case now), so it wouldn't impose any cost on anyone that doesn't actually use f128. So in that case there's not really a reason not to have it.


https://reviews.llvm.org/D39748





More information about the cfe-commits mailing list