nir: add d2i, d2u, d2b opcodes
[mesa.git] / src / compiler / nir / nir_lower_alu_to_scalar.c
index 5b3281e0a13d1a26e5a696cef8da457180291685..e8ba640fe0baabc54cbd70d346a1230b8b15a0d4 100644 (file)
@@ -82,6 +82,7 @@ lower_alu_instr_scalar(nir_alu_instr *instr, nir_builder *b)
    assert(instr->dest.write_mask != 0);
 
    b->cursor = nir_before_instr(&instr->instr);
+   b->exact = instr->exact;
 
 #define LOWER_REDUCTION(name, chan, merge) \
    case name##2: \