mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 21:00:40 +01:00
tgsi/exec: fix LDEXP in softpipe
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103128 Fixes:cad959d901("gallium: add LDEXP TGSI instruction and corresponding cap") Reviewed-by: Brian Paul <brianp@vmware.com> (cherry picked from commitf3fa3b0d95)
This commit is contained in:
parent
e4f186d3ae
commit
f539ea0e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -5130,7 +5130,7 @@ exec_instruction(
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_LDEXP:
|
||||
exec_scalar_binary(mach, inst, micro_ldexp, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_INT);
|
||||
exec_vector_binary(mach, inst, micro_ldexp, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_FLOAT);
|
||||
break;
|
||||
|
||||
case TGSI_OPCODE_COS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue