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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 19 06:09:50 PST 2022


philnik updated this revision to Diff 483938.
philnik added a comment.

Next try


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.483938.patch
Type: text/x-patch
Size: 17378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221219/fe8560e2/attachment.bin>


More information about the libcxx-commits mailing list