summaryrefslogtreecommitdiffstats
path: root/liba52/imdct_3dnow.h
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/imdct_3dnow.h')
-rw-r--r--liba52/imdct_3dnow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liba52/imdct_3dnow.h b/liba52/imdct_3dnow.h
index c53aeb08fd..4a54fde26e 100644
--- a/liba52/imdct_3dnow.h
+++ b/liba52/imdct_3dnow.h
@@ -431,7 +431,7 @@ imdct_do_512_3dnow
*/
FFT_128P_3DNOW (&buf[0]);
-// asm volatile ("femms \n\t":::"memory");
+// __asm__ volatile ("femms \n\t":::"memory");
/* Post IFFT complex multiply plus IFFT complex conjugate*/
#if 1
@@ -489,7 +489,7 @@ imdct_do_512_3dnow
/* Window and convert to real valued signal */
#if 1
- asm volatile (
+ __asm__ volatile (
"movd (%0), %%mm3 \n\t"
"punpckldq %%mm3, %%mm3 \n\t"
:: "r" (&bias)