avutil/x86/aes: ignore the upper bits in count
The argument is an int. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
3f30ae823e
commit
a35b4e8d29
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ SECTION .text
|
|||
;-----------------------------------------------------------------------------
|
||||
%macro AES_CRYPT 1
|
||||
cglobal aes_%1rypt, 6,6,2
|
||||
test r3, r3
|
||||
test r3d, r3d
|
||||
je .ret
|
||||
shl r3d, 4
|
||||
add r5d, r5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue