Author: diego Revision: 14230 Property Name: svn:log Action: modified Property diff: --- old property value +++ new property value @@ -1,4 +1,3 @@ Revert r14218. FFMAX is a macro, so sum = FFMAX(1, scalar_product(...)); -might calculate the scalar product twice, what is -slower. +might calculate the scalar product twice, which is slower.