mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Apparently, people object to floating pointers. Picky picky.
llvm-svn: 23770
This commit is contained in:
parent
47bcddb491
commit
84f1fb55c2
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user