On Tue, Apr 2, 2013 at 2:28 PM, Tom Stellard <[email protected]> wrote:
> On Tue, Apr 02, 2013 at 01:38:07PM -0700, Matt Turner wrote:
>> ---
>
> Nice catch, will this change have any affect on the compiled code?

I think so, in this block:

if (benefit / cost > best_benefit) {
   best_benefit = benefit / cost;
   best_node = n;
}
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to