diff options
Diffstat (limited to 'src/post/goom/mmx.c')
-rw-r--r-- | src/post/goom/mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c index 953b59152..3c9d0ee4a 100644 --- a/src/post/goom/mmx.c +++ b/src/post/goom/mmx.c @@ -16,11 +16,9 @@ // faire : a / sqrtperte <=> a >> PERTEDEC #define PERTEDEC 4 -#ifdef CPU_X86 int mmx_supported (void) { return (mm_support()&0x1); } -#endif void zoom_filter_mmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, |