This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
x86/intmath.h: Fix mull operand constraints
Fixes Ticket1466 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
yang
Michael Niedermayer
13 years ago
parent
e3c2670539
commit
9b72041f80
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/x86/intmath.h
+ 1
- 1
libavutil/x86/intmath.h
View File
@@ -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;\
})
Write
Preview
Loading…
Cancel
Save