diff options
Diffstat (limited to 'src/post')
-rw-r--r-- | src/post/goom/mmx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index 6861b7cfe..8b4b7c186 100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -730,8 +730,7 @@ void zoom_filter_xmmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, #else -#define emms() __asm__ __volatile__ ("emms"::: \ - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") +#define emms() __asm__ __volatile__ ("emms") #endif |