[all-commits] [llvm/llvm-project] 52bff4: [libc++] Implement constexpr {isfinite, isinf, isn...
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Dec 25 11:14:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52bff450dd46c28e1b2966c13bf0d603046214a5
https://github.com/llvm/llvm-project/commit/52bff450dd46c28e1b2966c13bf0d603046214a5
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M libcxx/docs/Status/Cxx2b.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/math.h
M libcxx/test/libcxx/numerics/c.math/constexpr-cxx2b-clang.pass.cpp
M libcxx/test/libcxx/numerics/c.math/constexpr-cxx2b-gcc.pass.cpp
A libcxx/test/std/numerics/c.math/isfinite.pass.cpp
A libcxx/test/std/numerics/c.math/isinf.pass.cpp
A libcxx/test/std/numerics/c.math/isnan.pass.cpp
A libcxx/test/std/numerics/c.math/isnormal.pass.cpp
Log Message:
-----------
[libc++] Implement constexpr {isfinite, isinf, isnan, isnormal}
This starts implementing P0533
Reviewed By: Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D140277
More information about the All-commits
mailing list