diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-17 15:19:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-17 15:19:24 +0000 |
commit | a1ff93159af2fbe085f7840337e2a25b09aa47ec (patch) | |
tree | c32c954fb3034ee445cd76dcb3dc1c9864c2a8db /docs/CodeGenerator.html | |
parent | 82d61a18d5b6d6697fb03d8a6f7b289784b1b6fb (diff) | |
download | external_llvm-a1ff93159af2fbe085f7840337e2a25b09aa47ec.zip external_llvm-a1ff93159af2fbe085f7840337e2a25b09aa47ec.tar.gz external_llvm-a1ff93159af2fbe085f7840337e2a25b09aa47ec.tar.bz2 |
Apparently, people object to floating pointers. Picky picky.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 0e63fac..4913986 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -989,7 +989,7 @@ fragment:</p> (fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z) </pre> -<p>If a target supports floating pointer multiply-and-add (FMA) operations, one +<p>If a target supports floating point multiply-and-add (FMA) operations, one of the adds can be merged with the multiply. On the PowerPC, for example, the output of the instruction selector might look like this DAG:</p> |