Commit 9b72041f authored by yang's avatar yang Committed by Michael Niedermayer

x86/intmath.h: Fix mull operand constraints

Fixes Ticket1466
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e3c26705
......@@ -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;\
})
......
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