mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
v3d: Drop a perf note about merging unpack_half_*, which has been implemented.
This is handled with copy-propagation now.
This commit is contained in:
parent
146e432b49
commit
16f5085490
1 changed files with 0 additions and 3 deletions
|
|
@ -1048,9 +1048,6 @@ ntq_emit_alu(struct v3d_compile *c, nir_alu_instr *instr)
|
|||
break;
|
||||
|
||||
case nir_op_unpack_half_2x16_split_x:
|
||||
/* XXX perf: It would be good to be able to merge this unpack
|
||||
* with whatever uses our result.
|
||||
*/
|
||||
result = vir_FMOV(c, src[0]);
|
||||
vir_set_unpack(c->defs[result.index], 0, V3D_QPU_UNPACK_L);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue