[all-commits] [llvm/llvm-project] d2361b: [libc][math] Add min/max/min_denorm/max_denorm con...
lntue via All-commits
all-commits at lists.llvm.org
Mon Nov 6 15:22:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2361b204857820d18aa344b890072df8d6154dd
https://github.com/llvm/llvm-project/commit/d2361b204857820d18aa344b890072df8d6154dd
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/except_value_utils.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
M libc/src/__support/str_to_float.h
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/coshf.cpp
M libc/src/math/generic/exp10f_impl.h
M libc/src/math/generic/exp2f_impl.h
M libc/src/math/generic/powf.cpp
M libc/src/math/generic/sinhf.cpp
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/__support/FPUtil/fpbits_test.cpp
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/FModTest.h
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/FModTest.h
M libc/test/src/stdio/sprintf_test.cpp
M libc/test/src/stdio/sscanf_test.cpp
Log Message:
-----------
[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean up its constants return types. (#71298)
More information about the All-commits
mailing list