[all-commits] [llvm/llvm-project] 0ada06: Fix ERANGE being set when output is close to -1, a...
OverMighty via All-commits
all-commits at lists.llvm.org
Mon Aug 12 09:24:45 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-expm1f16
Home: https://github.com/llvm/llvm-project
Commit: 0ada06a58fd1c8a06251f7f1473133a1b0e41ca6
https://github.com/llvm/llvm-project/commit/0ada06a58fd1c8a06251f7f1473133a1b0e41ca6
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M libc/src/math/generic/expm1f16.cpp
M libc/test/src/math/smoke/expm1f16_test.cpp
Log Message:
-----------
Fix ERANGE being set when output is close to -1, and simplify rounding near -1
Commit: fdeeb7b3ccee43b00cdde0e136ed495409eb8cc2
https://github.com/llvm/llvm-project/commit/fdeeb7b3ccee43b00cdde0e136ed495409eb8cc2
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-12 (Mon, 12 Aug 2024)
Changed paths:
M libc/src/math/generic/expm1f16.cpp
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/math/smoke/expm1f16_test.cpp
Log Message:
-----------
Fix overflow cases
Compare: https://github.com/llvm/llvm-project/compare/eff043c923d4...fdeeb7b3ccee
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list