commit | abc43e69eaace780d6d1893d904e6f1b8a6ca2de | [log] [tgz] |
---|---|---|
author | Cameron Zwarich <zwarich@apple.com> | Fri Jul 08 22:13:55 2011 +0000 |
committer | Cameron Zwarich <zwarich@apple.com> | Fri Jul 08 22:13:55 2011 +0000 |
tree | c997f33b447be670624be7e7f8c01a3b1fbaeee0 | |
parent | 26fc025e62eda1aca0099aace66110bb10b77f79 [diff] [blame] |
Use add instead of accumulate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134752 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html index 3201731..08d84df 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html
@@ -6591,7 +6591,7 @@ </pre> <h5>Overview:</h5> -<p>The '<tt>llvm.fma.*</tt>' intrinsics perform the fused multiply-accumulate +<p>The '<tt>llvm.fma.*</tt>' intrinsics perform the fused multiply-add operation.</p> <h5>Arguments:</h5>