diff options
Diffstat (limited to 'src/post/goom/mmx.h')
-rw-r--r-- | src/post/goom/mmx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index d422eac20..6861b7cfe 100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -244,10 +244,8 @@ mmx_ok(void) return ( mm_support() & 0x1 ); } -#ifdef CPU_X86 int mmx_supported (void); int xmmx_supported (void); -#endif /* MMX optimized implementations */ |