mirror of
https://github.com/danog/ir.git
synced 2024-11-27 04:45:38 +01:00
Temporary remove "pxor".
It should be added before all "cvt*" instructions
This commit is contained in:
parent
a98124a552
commit
db8a80e8d5
@ -4828,7 +4828,6 @@ static void ir_emit_int2fp(ir_ctx *ctx, ir_ref def, ir_insn *insn)
|
||||
if (ctx->flags & IR_AVX) {
|
||||
| vcvtsi2sd xmm(def_reg-IR_REG_FP_FIRST), xmm(def_reg-IR_REG_FP_FIRST), Rq(op1_reg)
|
||||
} else {
|
||||
| pxor xmm(def_reg-IR_REG_FP_FIRST), xmm(def_reg-IR_REG_FP_FIRST)
|
||||
| cvtsi2sd xmm(def_reg-IR_REG_FP_FIRST), Rq(op1_reg)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user