[Bug 612377]

Jmuizelaar 612377 at bugs.launchpad.net
Tue Mar 29 02:17:44 UTC 2011


Comment on attachment 522544
Proposed upstream patch for addressing concern about jround_up() argument types.


>+#define PAD(size, align) (((size) + (align) - 1) & (~((align) - 1)))

I usually prefer functions over macros for the additional type safety
and to avoid evaluating arguments twice (e.g. PAD(x, a++))

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla.
https://bugs.launchpad.net/bugs/612377

Title:
  [needs-packaging] libjpeg-turbo




More information about the Ubuntu-mozillateam-bugs mailing list