[all-commits] [llvm/llvm-project] dbed67: [libc] Fix bugs with negative and mixed normal/den...
lntue via All-commits
all-commits at lists.llvm.org
Fri Dec 3 07:14:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbed678f4be29107d9848c3716f54bca3ec266bc
https://github.com/llvm/llvm-project/commit/dbed678f4be29107d9848c3716f54bca3ec266bc
Author: Tue Ly <lntue at google.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M libc/src/__support/FPUtil/Hypot.h
M libc/test/src/math/HypotTest.h
Log Message:
-----------
[libc] Fix bugs with negative and mixed normal/denormal inputs in hypot implementation.
Fix a bug with negative and mixed normal/denormal inputs in hypot implementation.
Differential Revision: https://reviews.llvm.org/D114726
More information about the All-commits
mailing list