[all-commits] [llvm/llvm-project] 9f2215: [libc][math] Fix signed zeros for erff. (#97742)
lntue via All-commits
all-commits at lists.llvm.org
Fri Jul 5 06:54:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f2215ae5517a3d6e1d59e597bff83b821b96c7e
https://github.com/llvm/llvm-project/commit/9f2215ae5517a3d6e1d59e597bff83b821b96c7e
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M libc/src/math/generic/erff.cpp
Log Message:
-----------
[libc][math] Fix signed zeros for erff. (#97742)
The inexact exception flag was raised for the exact cases of signed
zeros. This was reported by Paul Zimmermann using the CORE-MATH test
suites.
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