We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae55c8 commit 3c9641eCopy full SHA for 3c9641e
llvm/docs/LangRef.rst
@@ -15761,8 +15761,8 @@ The arguments and return value are floating-point numbers of the same type.
15761
Semantics:
15762
""""""""""
15763
15764
-Return the same value as a corresponding libm '``fma``' function but without
15765
-trapping or setting ``errno``.
+Return the same value as the IEEE-754 fusedMultiplyAdd operation. This
+is assumed to not trap or set ``errno``.
15766
15767
When specified with the fast-math-flag 'afn', the result may be approximated
15768
using a less accurate calculation.
0 commit comments