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 | 8113c67003a47ec4acf0dd95313f36bb94df23ff (patch) | |
tree | c11b4d99613a831712ef7ca6382aa79d0db93d74 | |
parent | 87ce5d85bb8962f40b2f066972a062c0c421fafe (diff) | |
download | bcm5719-llvm-8113c67003a47ec4acf0dd95313f36bb94df23ff.tar.gz bcm5719-llvm-8113c67003a47ec4acf0dd95313f36bb94df23ff.zip |
Apparently, people object to floating pointers. Picky picky.
llvm-svn: 23770
-rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 0e63faca3cc..49139869490 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |