[PATCH] D53696: [Haiku] Support __float128 for Haiku x86 and x86_64

Jonathan Schleifer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 21 17:30:32 PST 2018


js requested changes to this revision.
js added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Basic/Targets/OSTargets.h:262
+      Builder.defineMacro("__FLOAT128__");
+      Builder.defineMacro("_GLIBCXX_USE_FLOAT128");
+    }
----------------
js wrote:
> This seems weird. Shouldn't by stdlibc++ and not by the compiler?
+be defined


Repository:
  rC Clang

https://reviews.llvm.org/D53696





More information about the cfe-commits mailing list