Skip to content
Commit 128d1c4c authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Add a first implementation of an FMA node

* Add a node 'FusedMultiplyAdd' to loopy.symbolic
* Implement handlers all over the place
* In textual language, have a function fma(a,b,c) which is translated to the node
* Throw away the node in favor of sum/product in ExpressionToCExpressionMapper

Not yet implemented (only as a dummy): type inference
parent 1bd7777c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment