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