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

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 17 12:39:17 PDT 2017


krytarowski added a comment.

We can patch libstdc++ to conditionally enable float128 on NetBSD, this works too. All other systems I'm aware of including cygwin moved to `this->HasFloat128 = true;`.


Repository:
  rL LLVM

https://reviews.llvm.org/D34018





More information about the cfe-commits mailing list