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

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 04:55:09 PST 2018


kristina added a comment.

Let me know if you need this committed.



================
Comment at: lib/Basic/Targets/OSTargets.h:260
     DefineStd(Builder, "unix", Opts);
+    if (this->HasFloat128) {
+      Builder.defineMacro("__FLOAT128__");
----------------
One tiny style-related nitpick, no need for braces here, can just remove them after applying the patch.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54901/new/

https://reviews.llvm.org/D54901





More information about the cfe-commits mailing list