[PATCH] D19125: Enable __float128 on X86 and SystemZ

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 01:57:12 PDT 2016


jonpa added a subscriber: jonpa.
jonpa added a comment.

I tried running this on SystemZ, by reverting your revert commit.

I added

bool hasFloat128Type() const override {

  return true;

}

in the SystemZTargetInfo definition.

test/Sema/128bitfloat.cpp fails, because of an expected_error: "__float128 is not supported on this target"

Otherwise, all tests seem to pass, including the test-suite.


Repository:
  rL LLVM

http://reviews.llvm.org/D19125





More information about the llvm-commits mailing list