[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:29:27 PST 2018
js added inline comments.
================
Comment at: lib/Basic/Targets/OSTargets.h:262
+ Builder.defineMacro("__FLOAT128__");
+ Builder.defineMacro("_GLIBCXX_USE_FLOAT128");
+ }
----------------
This seems weird. Shouldn't by stdlibc++ and not by the compiler?
Repository:
rC Clang
https://reviews.llvm.org/D53696
More information about the cfe-commits
mailing list