From: Christian König Date: Thu, 13 Jan 2011 20:29:47 +0000 (+0100) Subject: r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0448f73f06b92dfd04e553147cac0e240dbabbdd;p=mesa.git r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands --- diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 4ceb1d71a0a..9091317adac 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -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: