
24 Jun
2012
24 Jun
'12
10:24 a.m.
On Sat, 23 Jun 2012, Marc Glisse wrote:
I don't remember what else I wanted to say...
One other thing: I am not sure where it is said in the doc that the expression template mechanism reassociates operations (turning a+(b+c) into (a+b)+c), which may be undesirable for some floating point backends. Turning the bool that determines the use of expression templates into an enum with more details might be too painful, but adding a few sentences to the doc would already help. -- Marc Glisse