[all-commits] [llvm/llvm-project] b05ba2: [libc] Add `next_toward_inf` fo `FPBits` (#80654)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Feb 5 02:50:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b05ba231bf79c43ac7914920b893511b5e362eb2
https://github.com/llvm/llvm-project/commit/b05ba231bf79c43ac7914920b893511b5e362eb2
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FPBits.h
M libc/test/src/__support/FPUtil/fpbits_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add `next_toward_inf` fo `FPBits` (#80654)
It is needed to provide correct rounding when building FPRep from
greater precision representations.
More information about the All-commits
mailing list