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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 25 11:14:40 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG52bff450dd46: [libc++] Implement constexpr {isfinite, isinf, isnan, isnormal} (authored by philnik).

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.485233.patch
Type: text/x-patch
Size: 18706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221225/11fff6a9/attachment-0001.bin>


More information about the libcxx-commits mailing list