On Sun, 5 Aug 2018, MCC CS wrote:
this patch reduces calls to logarithm functions by merging log a + log b => log a*b and
this makes sense.
+ /* x * logN(a) + y * logN(b) -> x * y * logN(a * b). */
this on the other hand... Can you explain the math? -- Marc Glisse