[PATCH] D34018: Support __float128 on NetBSD libstdc++ x86/x86_64

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 26 18:11:22 PDT 2017


rnk added a comment.

I think there's something wrong with clang's implementation of __float128. It seems fundamentally incompatible with libstdc++'s __is_floating_point_helper mechanism. We can definitely take this patch to unblock things, but we should file a bug about investigating this all the way. This popped up in mingw, I forget elsewhere, and it's wasting peoples' time.


Repository:
  rL LLVM

https://reviews.llvm.org/D34018





More information about the cfe-commits mailing list