Skip to content

Commit

Permalink
Comment jitasm
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Dec 20, 2018
1 parent ea93bca commit 4935919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avs_core/filters/exprfilter/jitasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7649,7 +7649,7 @@ namespace compiler
// even -> rsp 16 byte aligned
// odd -> rsp 8 byte aligned
f.mov(f.rbx, f.rsp);
// Now ebx becomes the pointer for saving spilled XMM6-15 (x64-compulsory) and
// Now rbx becomes the pointer for saving spilled XMM6-15 (x64-compulsory) and
// temporary storage for the local variables (reg, xmm, ymm)
// Because we use vmovaps (aligned store/load) for ymm, 32 byte alignment needed for base
f.and_(f.rbx, 0xFFFFFFFFFFFFFFE0LL); // align 32 bytes
Expand Down

0 comments on commit 4935919

Please sign in to comment.