Skip to content

Commit

Permalink
Set inst_c1
Browse files Browse the repository at this point in the history
  • Loading branch information
imhameed committed Jun 22, 2021
1 parent 24a95bd commit a11806f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono/mini/simd-intrinsics.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,7 @@ emit_arm64_intrinsics (
}
MonoInst *scalar = emit_simd_ins (cfg, ret_klass, OP_ARM64_SELECT_SCALAR, args [2]->dreg, args [3]->dreg);
MonoInst *ret = emit_simd_ins (cfg, ret_klass, opcode, args [0]->dreg, args [1]->dreg);
ret->inst_c1 = arg0_type;
ret->sreg3 = scalar->dreg;
return ret;
}
Expand Down

0 comments on commit a11806f

Please sign in to comment.