diff options
author | Matt Turner <[email protected]> | 2014-09-27 09:39:49 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-09-29 15:58:57 -0700 |
commit | a36631b74c97cfc1862ed50fbaac174a4aecec31 (patch) | |
tree | 5860e785bcf601390344bdd168f22678d46b53e6 /src/mesa/SConscript | |
parent | dce96f6da2d8ec4c17403db57326731dcf9d6051 (diff) |
i965/compaction: Simplify jump target code.
My attempts to clarify the code with _compacted/_uncompacted prefixed
variables apparently failed. Hopefully this is clearer.
In any case, the previous code wasn't clear enough to gcc to let it
optimize division by a power of two into a shift. No problems now.
Also, the previous code (in the ADD case) didn't work on 32-bit x86, due
to complicated set of interactions best summed up as unsigned division
and compiler optimizations.
Tested-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
0 files changed, 0 insertions, 0 deletions