r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands
authorChristian König <deathsimple@vodafone.de>
Thu, 13 Jan 2011 20:29:47 +0000 (21:29 +0100)
committerChristian König <deathsimple@vodafone.de>
Thu, 13 Jan 2011 20:29:47 +0000 (21:29 +0100)
src/gallium/drivers/r600/r600_asm.c

index 4ceb1d71a0a85c6baa1528602af65ff2e8fa7316..9091317adac3d374e095cecf92966d7b6dd2a958 100644 (file)
@@ -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: