[PATCH] D19125: Enable __float128 on X86 and SystemZ

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 07:41:44 PDT 2016


nemanjai added inline comments.

================
Comment at: test/Sema/128bitfloat.cpp:4
@@ -3,1 +3,3 @@
 
+#ifdef __x86_64__
+__float128 f;
----------------
I think it'll be better if I change this to
  #ifdef __FLOAT228__


Repository:
  rL LLVM

http://reviews.llvm.org/D19125





More information about the llvm-commits mailing list