diff mp3lib/dct36_3dnow.c @ 27757:b5a46071062a

Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. We were using an inconsistent mix of the three variants and 'volatile' should be the most correct and portable variant.
author diego
date Thu, 16 Oct 2008 20:17:56 +0000
parents 7c7885350d89
children bd6833421e56
line wrap: on
line diff
--- a/mp3lib/dct36_3dnow.c	Thu Oct 16 19:24:21 2008 +0000
+++ b/mp3lib/dct36_3dnow.c	Thu Oct 16 20:17:56 2008 +0000
@@ -39,7 +39,7 @@
     real *o2, real *wintab, real *tsbuf)
 #endif
 {
-    __asm__ __volatile__(
+    __asm__ volatile(
 	"movq (%%eax),%%mm0\n\t"
 	"movq 4(%%eax),%%mm1\n\t"
 	"pfadd %%mm1,%%mm0\n\t"