Skip to content

Commit

Permalink
store context callback
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Jan 28, 2024
1 parent c550713 commit 34fe002
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void jit_power_static_emitter::emit_isa(const std::vector<size_t> &in_vec_idxs,
Xbyak_aarch64::SReg s1(1);

for (auto i = 0; i < 4; i++) {
//store_context();
store_context();
h->mov(s0, src().s[i]);
h->ldr(s1, table_val("power"));

Expand All @@ -288,7 +288,7 @@ void jit_power_static_emitter::emit_isa(const std::vector<size_t> &in_vec_idxs,
Xbyak_aarch64::WReg w0(0);
h->fmov(w0, s0);
h->mov(dst.s[i], w0);
//restore_context();
restore_context();
}
}
}
Expand Down

0 comments on commit 34fe002

Please sign in to comment.