[libcxx-commits] [PATCH] D102172: [libc++][AIX] Use C++ overloads from libc++'s math.h

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 1 12:54:18 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf642436cc213: [libc++][AIX] Use C++ overloads from libc++'s math.h (authored by daltenty).
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.

Changed prior to commit:
  https://reviews.llvm.org/D102172?vs=412184&id=412211#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102172/new/

https://reviews.llvm.org/D102172

Files:
  libcxx/include/math.h
  libcxx/test/libcxx/fuzzing/random.pass.cpp
  libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
  libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
  libcxx/test/std/numerics/c.math/cmath.pass.cpp
  libcxx/test/std/numerics/complex.number/cmplx.over/arg.pass.cpp
  libcxx/test/std/numerics/complex.number/cmplx.over/pow.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/acos.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/acosh.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/asinh.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/atan.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/atanh.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/log.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/log10.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp
  libcxx/test/std/numerics/complex.number/complex.value.ops/arg.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/copy.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102172.412211.patch
Type: text/x-patch
Size: 18999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220301/b647a73e/attachment-0001.bin>


More information about the libcxx-commits mailing list