https://bugs.freedesktop.org/show_bug.cgi?id=91591

--- Comment #8 from Roland Scheidegger <srol...@vmware.com> ---
What a mess...
I found some reference that for c++ you need to define __STDC_LIMIT_MACROS
before including <stdint.h> to make it work. Dunno though if that's the problem
here. Also, do we need to include <limits.h>?
Otherwise I'd just say we should ditch the longs. Not worth the trouble for
something every caller just converts to an int anyway (even if it means that
indeed _mesa_lroundevenf() wouldn't quite be lrintf equivalent, but who cares).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to