[all-commits] [llvm/llvm-project] 7d11a5: [libc] Fix some math conversion warnings
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Mar 23 10:08:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d11a592c5adc286bf1845c20b20965d5e999039
https://github.com/llvm/llvm-project/commit/7d11a592c5adc286bf1845c20b20965d5e999039
Author: Alex Brachet <abrachet at google.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M libc/src/__support/FPUtil/ManipulationFunctions.h
M libc/src/__support/FPUtil/NearestIntegerOperations.h
M libc/src/math/generic/acosf.cpp
M libc/src/math/generic/acoshf.cpp
M libc/src/math/generic/asinf.cpp
M libc/src/math/generic/asinhf.cpp
M libc/src/math/generic/atanf.cpp
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/cosf.cpp
M libc/src/math/generic/coshf.cpp
M libc/src/math/generic/exp10f.cpp
M libc/src/math/generic/exp2f.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1pf.cpp
M libc/src/math/generic/sincosf.cpp
M libc/src/math/generic/sinf.cpp
M libc/src/math/generic/sinhf.cpp
M libc/src/math/generic/tanf.cpp
M libc/src/math/generic/tanhf.cpp
Log Message:
-----------
[libc] Fix some math conversion warnings
Differential Revision: https://reviews.llvm.org/D146738
More information about the All-commits
mailing list