[all-commits] [llvm/llvm-project] 5adac8: [PowerPC] Exclude frexp(long double) on linux

Lei Huang via All-commits all-commits at lists.llvm.org
Fri Aug 25 10:18:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5adac8bebcf26841c1d87227c5043af83a9ef94b
      https://github.com/llvm/llvm-project/commit/5adac8bebcf26841c1d87227c5043af83a9ef94b
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M libcxx/test/libcxx/numerics/c.math/constexpr-cxx23-clang.pass.cpp

  Log Message:
  -----------
  [PowerPC] Exclude frexp(long double) on linux

PowerPC on linux currently don't have support for lowering long double for
frexp().  Removing the tests until implementation is provided.

Reviewed By: #libc, amyk, Mordante

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




More information about the All-commits mailing list