[PATCH] D90208: [PowerPC] [Clang] Define macros to identify quad-fp semantics

Qing Shan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 1 18:37:59 PST 2020


steven.zhang accepted this revision.
steven.zhang added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Basic/Targets/PPC.cpp:122
   if (LongDoubleWidth == 128) {
     Builder.defineMacro("__LONG_DOUBLE_128__");
     Builder.defineMacro("__LONGDOUBLE128");
----------------
Can you please double check if we need to define these two macros if PPC IEEE long double enabled ? And also double check if they can be controlled by options.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90208



More information about the cfe-commits mailing list