From abc43e69eaace780d6d1893d904e6f1b8a6ca2de Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Fri, 8 Jul 2011 22:13:55 +0000 Subject: Use add instead of accumulate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134752 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 3201731e5a..08d84df4a8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -6591,7 +6591,7 @@ LLVM.

Overview:
-

The 'llvm.fma.*' intrinsics perform the fused multiply-accumulate +

The 'llvm.fma.*' intrinsics perform the fused multiply-add operation.

Arguments:
-- cgit v1.2.3