[all-commits] [llvm/llvm-project] 6bf29d: [PowerPC] [Clang] Enable float128 feature on P9 by...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Mon Dec 7 02:39:03 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bf29dbb1541aff717e52b5c5fb12b84f5b38f21
      https://github.com/llvm/llvm-project/commit/6bf29dbb1541aff717e52b5c5fb12b84f5b38f21
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/test/Driver/ppc-f128-support-check.c

  Log Message:
  -----------
  [PowerPC] [Clang] Enable float128 feature on P9 by default

As Power9 introduced hardware support for IEEE quad-precision FP type,
the feature should be enabled by default on Power9 or newer targets.

Reviewed By: steven.zhang

Differential Revision: https://reviews.llvm.org/D90213




More information about the All-commits mailing list