We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f20b1 commit e6c5b12Copy full SHA for e6c5b12
visa/IsaVerification.cpp
@@ -1670,7 +1670,8 @@ void vISAVerifier::verifyInstructionArith(const CISA_INST *inst) {
1670
break;
1671
case ISA_DIV:
1672
REPORT_INSTRUCTION(options,
1673
- dstType == ISA_TYPE_F || dstType == ISA_TYPE_HF,
+ dstType == ISA_TYPE_F || dstType == ISA_TYPE_HF ||
1674
+ dstType == ISA_TYPE_DF,
1675
"%s does not support saturation on integer types.",
1676
ISA_Inst_Table[opcode].str);
1677
default:
0 commit comments