diff armv4l/dsputil_iwmmxt.c @ 6391:3dc36ec2dcad libavcodec

__asm __volatile -> asm volatile, improves code consistency and works (as far as that is possible) with the Sun C compiler.
author reimar
date Sun, 24 Feb 2008 14:46:22 +0000
parents d5ba514e3f4a
children 43c97362dfa8
line wrap: on
line diff
--- a/armv4l/dsputil_iwmmxt.c	Sun Feb 24 07:47:02 2008 +0000
+++ b/armv4l/dsputil_iwmmxt.c	Sun Feb 24 14:46:22 2008 +0000
@@ -125,7 +125,7 @@
 
 static void clear_blocks_iwmmxt(DCTELEM *blocks)
 {
-    __asm __volatile(
+    asm volatile(
                 "wzero wr0                      \n\t"
                 "mov r1, #(128 * 6 / 32)        \n\t"
                 "1:                             \n\t"