Skip to content

Commit

Permalink
LangRef: Rephrase fma description to avoid referring to libm (llvm#92729
Browse files Browse the repository at this point in the history
)
  • Loading branch information
arsenm authored May 24, 2024
1 parent dae55c8 commit 3c9641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15761,8 +15761,8 @@ The arguments and return value are floating-point numbers of the same type.
Semantics:
""""""""""

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

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

0 comments on commit 3c9641e

Please sign in to comment.