[Nouveau] [Bug 80266] Undefined operation in tgsi_ureg.c left shift of 1 by 31 places cannot be represented in type 'int'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 20 11:12:44 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80266
--- Comment #4 from Vittorio <zeccav at gmail.com> ---
Also in matrix.c:1156 the line
"#define ONE(x) (1 <<(x+16))"
should be
"#define ONE(x) (1U<<(x+16))"
because ONE(15) later, as at line 1226, produces 16 bits left shift of 65536,
which is bigger than int.
This is running teapot.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140620/d5e3bc23/attachment.html>
More information about the Nouveau
mailing list