mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
total instructions in shared programs: 1376297 -> 1375626 (-0.05%) instructions in affected programs: 35977 -> 35306 (-1.87%) Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
d5c3aa89dc
commit
4eeb9ded9d
1 changed files with 1 additions and 1 deletions
|
|
@ -2081,7 +2081,7 @@ fs_visitor::compute_to_mrf()
|
|||
if (scan_inst->mlen)
|
||||
break;
|
||||
|
||||
if (intel->gen >= 6) {
|
||||
if (intel->gen == 6) {
|
||||
/* gen6 math instructions must have the destination be
|
||||
* GRF, so no compute-to-MRF for them.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue