[libcxx-commits] [PATCH] D140277: [libc++] Implement constexpr {isfinite, isinf, isnan, isnormal}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 22 08:41:52 PST 2022


philnik updated this revision to Diff 484853.
philnik marked 3 inline comments as done.
philnik added a comment.

- Address comments
- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140277

Files:
  libcxx/docs/Status/Cxx2b.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/math.h
  libcxx/test/libcxx/numerics/c.math/constexpr-cxx2b-clang.pass.cpp
  libcxx/test/libcxx/numerics/c.math/constexpr-cxx2b-gcc.pass.cpp
  libcxx/test/std/numerics/c.math/isfinite.pass.cpp
  libcxx/test/std/numerics/c.math/isinf.pass.cpp
  libcxx/test/std/numerics/c.math/isnan.pass.cpp
  libcxx/test/std/numerics/c.math/isnormal.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140277.484853.patch
Type: text/x-patch
Size: 18460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221222/025c3436/attachment-0001.bin>


More information about the libcxx-commits mailing list