Commit db5bf64b authored by Matthieu Bouron's avatar Matthieu Bouron

lavc/x86: clear r2 higher bits in ff_sbr_sum_square

Suggested-by: 's avatarJames Almer <jamrial@gmail.com>
parent 915be7e1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment