Skip to content

Commit

Permalink
lavc/x86: clear r2 higher bits in ff_sbr_sum_square
Browse files Browse the repository at this point in the history
Suggested-by: James Almer <[email protected]>
  • Loading branch information
mbouron committed Jun 26, 2017
1 parent 915be7e commit db5bf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavcodec/x86/sbrdsp.asm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SECTION .text

INIT_XMM sse
cglobal sbr_sum_square, 2, 3, 6
mov r2, r1
mov r2d, r1d
xorps m0, m0
xorps m1, m1
sar r2, 3
Expand Down

0 comments on commit db5bf64

Please sign in to comment.