Skip to content
Snippets Groups Projects
Commit 9b72041f authored by yang's avatar yang Committed by Michael Niedermayer
Browse files

x86/intmath.h: Fix mull operand constraints


Fixes Ticket1466

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent e3c26705
No related branches found
No related tags found
No related merge requests found
......@@ -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;\
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment