[all-commits] [llvm/llvm-project] fb1466: LangRef: rint, nearbyint: mention that default rou...
Ralf Jung via All-commits
all-commits at lists.llvm.org
Tue Jan 9 12:41:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb1466216889e9f4d884a387f430d2e85b4542f6
https://github.com/llvm/llvm-project/commit/fb1466216889e9f4d884a387f430d2e85b4542f6
Author: Ralf Jung <post at ralfj.de>
Date: 2024-01-09 (Tue, 09 Jan 2024)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
LangRef: rint, nearbyint: mention that default rounding mode is assumed (#77191)
LLVM assumes round-to-nearest mode and sometimes performs constant-folding based on that assumption. This updates the language ref documentation for the rint and nearbyint intrinsics to mention that fact.
More information about the All-commits
mailing list