mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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"
|
"jne 4b \n\t"
|
||||||
"5: \n\t"
|
"5: \n\t"
|
||||||
"emms \n\t"
|
"emms \n\t"
|
||||||
: "=r" (count), "=r" (dest), "=r" (src)
|
: "=r" (count), "=R" (dest), "=R" (src)
|
||||||
: "0" (count), "1" (dest), "2" (src)
|
: "0" (count), "1" (dest), "2" (src)
|
||||||
: "memory", "ah"
|
: "memory", "ah"
|
||||||
#ifdef __MMX__
|
#ifdef __MMX__
|
||||||
|
|
Loading…
Reference in a new issue