[PATCH] D19125: Enable __float128 on X86 and SystemZ

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


nemanjai retitled this revision from "Enable __float128 on X86_64" to "Enable __float128 on X86 and SystemZ".
nemanjai added a reviewer: jnspaulsson.
nemanjai updated this revision to Diff 53848.
nemanjai added a comment.
Herald added a subscriber: joker.eph.

Updated the patch to address the comments:

1. Enabled __float128 for Linux targets (x86, x86_64 and systemz). Both x86 and x86_64 seem to have the support mentioned in the psABI and SystemZ has IEEE Quad precision support which this type is supposed to target.
2. Updated the test case for the targets that now have this type enabled. Please note that I have not updated the test case that expects diagnostics but rather the test case that tests this type in various declaration contexts.


Repository:
  rL LLVM

http://reviews.llvm.org/D19125

Files:
  include/clang/Basic/TargetInfo.h
  lib/Basic/TargetInfo.cpp
  lib/Basic/Targets.cpp
  test/CodeGenCXX/float128-declarations.cpp
  test/Sema/128bitfloat.cpp
  test/Sema/attr-mode.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19125.53848.patch
Type: text/x-patch
Size: 9031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/f1f5009b/attachment.bin>


More information about the llvm-commits mailing list