mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
parent
ec428ab381
commit
41b17ec2a7
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ _memcpy_u8_mmx (guint8 * dest, const guint8 * src, guint count)
|
|||
"jne 4b \n\t"
|
||||
"5: \n\t"
|
||||
"emms \n\t"
|
||||
: "=r" (count), "=r" (dest), "=r" (src)
|
||||
: "=r" (count), "=R" (dest), "=R" (src)
|
||||
: "0" (count), "1" (dest), "2" (src)
|
||||
: "memory", "ah"
|
||||
#ifdef __MMX__
|
||||
|
|
Loading…
Reference in a new issue