[PATCH] winepulse.drv: Avoid unnecessary use of ceil function

Alex Henrie alexhenrie24 at gmail.com
Wed Dec 5 11:36:33 CST 2018


On Wed, Dec 5, 2018 at 6:34 AM Andrew Eikum <aeikum at codeweavers.com> wrote:
>
> I guess I'm not opposed to this, but my feeling is "if it's not
> broken, don't fix it". Maybe there's something I don't know. Can you
> explain what advantage this has?

To me it seems cleaner to just use integer operations instead of
casting to floating-point and back again.

-Alex



More information about the wine-devel mailing list