[PATCH] D19125: Enable __float128 on X86 and SystemZ

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 00:36:09 PDT 2016


nemanjai added inline comments.

================
Comment at: lib/Basic/Targets.cpp:437
@@ -436,1 +436,3 @@
       break;
+    case llvm::Triple::x86:
+    case llvm::Triple::x86_64:
----------------
I am not sure this is the right way to do this, but it seems to encapsulate the requested semantics (i.e. Linux/i386...).


Repository:
  rL LLVM

http://reviews.llvm.org/D19125





More information about the llvm-commits mailing list