[all-commits] [llvm/llvm-project] dc129d: [libc++] Add std::fpclassify overloads for floatin...
Anatolii Malibroda via All-commits
all-commits at lists.llvm.org
Thu Oct 5 12:18:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc129d6f715cf83a2072fc8de8b4e4c70bca6935
https://github.com/llvm/llvm-project/commit/dc129d6f715cf83a2072fc8de8b4e4c70bca6935
Author: Anatolii Malibroda <54813212+antl-m at users.noreply.github.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M libcxx/include/math.h
M libcxx/test/std/numerics/c.math/cmath.pass.cpp
Log Message:
-----------
[libc++] Add std::fpclassify overloads for floating-point. (#67913)
Standard says that implementation of math functions that have
floating-point-type parameter should provide an "overload for each
cv-unqualified floating-point type".
More information about the All-commits
mailing list