mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands
This commit is contained in:
parent
a25b91c2c2
commit
0448f73f06
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ static inline unsigned int r600_bc_get_num_operands(struct r600_bc_alu *alu)
|
|||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_CLAMPED:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_CLAMPED:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SIN:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue