diff options
author | Christian König <deathsimple@vodafone.de> | 2011-01-13 21:29:47 +0100 |
---|---|---|
committer | Christian König <deathsimple@vodafone.de> | 2011-01-13 21:29:47 +0100 |
commit | 0448f73f06b92dfd04e553147cac0e240dbabbdd (patch) | |
tree | 630e88897458f2c29e42b6e7343eb37174ff0a36 | |
parent | a25b91c2c2118741389f418a66de7ca145b8600b (diff) |
r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 4ceb1d71a0..9091317ada 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: |