[libc-commits] [PATCH] D146738: [libc] Fix some math conversion warnings
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 23 10:08:06 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d11a592c5ad: [libc] Fix some math conversion warnings (authored by abrachet).
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146738/new/
https://reviews.llvm.org/D146738
Files:
libc/src/__support/FPUtil/ManipulationFunctions.h
libc/src/__support/FPUtil/NearestIntegerOperations.h
libc/src/math/generic/acosf.cpp
libc/src/math/generic/acoshf.cpp
libc/src/math/generic/asinf.cpp
libc/src/math/generic/asinhf.cpp
libc/src/math/generic/atanf.cpp
libc/src/math/generic/atanhf.cpp
libc/src/math/generic/cosf.cpp
libc/src/math/generic/coshf.cpp
libc/src/math/generic/exp10f.cpp
libc/src/math/generic/exp2f.cpp
libc/src/math/generic/log10.cpp
libc/src/math/generic/log1pf.cpp
libc/src/math/generic/sincosf.cpp
libc/src/math/generic/sinf.cpp
libc/src/math/generic/sinhf.cpp
libc/src/math/generic/tanf.cpp
libc/src/math/generic/tanhf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146738.507789.patch
Type: text/x-patch
Size: 14361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230323/5789da89/attachment.bin>
More information about the libc-commits
mailing list