mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
tgsi: Implement OPCODE_DIV.
This commit is contained in:
parent
4cd259ca59
commit
83826dac9b
1 changed files with 1 additions and 1 deletions
|
|
@ -3136,7 +3136,7 @@ exec_instruction(
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_DIV:
|
||||
assert( 0 );
|
||||
exec_vector_binary(mach, inst, micro_div, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_FLOAT);
|
||||
break;
|
||||
|
||||
case TGSI_OPCODE_DP2:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue