diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-07-08 22:13:55 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-07-08 22:13:55 +0000 |
commit | a32fd210c17fb4714151f68d2f8e968b0a8ffd75 (patch) | |
tree | 55e211552cc3525b67765be942c849db337cdcef | |
parent | eff24111b923490a4f7a4aab07ebc039f66d0485 (diff) | |
download | bcm5719-llvm-a32fd210c17fb4714151f68d2f8e968b0a8ffd75.tar.gz bcm5719-llvm-a32fd210c17fb4714151f68d2f8e968b0a8ffd75.zip |
Use add instead of accumulate.
llvm-svn: 134752
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 3201731e5ae..08d84df4a8f 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -6591,7 +6591,7 @@ LLVM</a>.</p> </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> |