[PATCH] D19125: Enable __float128 on X86 and SystemZ

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 11:27:34 PDT 2016


nemanjai added a comment.

In http://reviews.llvm.org/D19125#411929, @hjl.tools wrote:

> Should it be handled similar to __int128? Only targets which support __float128
>  override hasFloat128Type without adding HasFloat128.


I implemented it this way so that it isn't necessarily tied to an architecture, but rather the specific architectures on Linux. My hope was to match your suggestion to enable it for Linux/i386. However, I am certainly open to suggestions as I really don't know exactly what the relationship is between __float128 and architecture/OS.


Repository:
  rL LLVM

http://reviews.llvm.org/D19125





More information about the llvm-commits mailing list