[all-commits] [llvm/llvm-project] af0f85: [libc][math] Do not use float16 basic operations i...
lntue via All-commits
all-commits at lists.llvm.org
Sun Aug 24 17:01:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af0f85ce0be02f9af028ca8a99248aca11f1b456
https://github.com/llvm/llvm-project/commit/af0f85ce0be02f9af028ca8a99248aca11f1b456
Author: lntue <lntue at google.com>
Date: 2025-08-24 (Sun, 24 Aug 2025)
Changed paths:
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/Hypot.h
M libc/src/math/generic/hypotf16.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Do not use float16 basic operations in hypotf16. (#155177)
Compiler runtimes for float16 basic operations might not be correctly
rounded for all rounding modes.
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