mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
x86/intmath.h: Fix mull operand constraints
Fixes Ticket1466 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e3c2670539
commit
9b72041f80
@ -28,7 +28,7 @@
|
||||
__asm__ volatile(\
|
||||
"mull %3"\
|
||||
:"=d"(ret), "=a"(dmy)\
|
||||
:"1"((unsigned int)(a)), "g"(ff_inverse[b])\
|
||||
:"1"((unsigned int)(a)), "rm"(ff_inverse[b])\
|
||||
);\
|
||||
ret;\
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user