Files
mesa/src/compiler
Kenneth Graunke 3babb7b0a4 nir: Use PRIi64 and PRIu64 instead of %ld and %lu.
%ld and %lu aren't the right format specifiers for int64_t and uint64_t
on 32-bit (x86) systems.  They're %zu on Linux and %Iu on Windows.

Use the standard C99 macros in hopes that they work everywhere.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2016-04-04 14:38:48 -07:00
..
2016-01-26 16:08:30 +00:00
2016-01-26 16:08:33 +00:00
2016-04-01 12:34:40 -04:00