[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 18 15:10:25 PST 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This starts implementing P0533


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140277

Files:
  libcxx/docs/Status/Cxx2b.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/math.h
  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.483845.patch
Type: text/x-patch
Size: 13662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221218/02a7a567/attachment-0001.bin>


More information about the libcxx-commits mailing list