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
Loading
Loading
Loading
Pipeline #3257 passed with stage
in 13 minutes and 7 seconds