[all-commits] [llvm/llvm-project] 928c81: [libc++][math.h] Add double overloads
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Dec 8 13:45:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 928c81f3d1cbda22d8c03d7b3effc187d06ce7e9
https://github.com/llvm/llvm-project/commit/928c81f3d1cbda22d8c03d7b3effc187d06ce7e9
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M libcxx/include/math.h
Log Message:
-----------
[libc++][math.h] Add double overloads
This allows libc++ to work with libcs that don't provide a proper math.h implementation.
Reviewed By: ldionne, #libc
Spies: aaron.ballman, fhahn, bcain, Izaron, libcxx-commits
Differential Revision: https://reviews.llvm.org/D138629
More information about the All-commits
mailing list