Skip to content

Commit 3c9641e

Browse files
authored
LangRef: Rephrase fma description to avoid referring to libm (#92729)
1 parent dae55c8 commit 3c9641e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15761,8 +15761,8 @@ The arguments and return value are floating-point numbers of the same type.
1576115761
Semantics:
1576215762
""""""""""
1576315763

15764-
Return the same value as a corresponding libm '``fma``' function but without
15765-
trapping or setting ``errno``.
15764+
Return the same value as the IEEE-754 fusedMultiplyAdd operation. This
15765+
is assumed to not trap or set ``errno``.
1576615766

1576715767
When specified with the fast-math-flag 'afn', the result may be approximated
1576815768
using a less accurate calculation.

0 commit comments

Comments
 (0)