diff options
-rw-r--r-- | pixman/pixman-pict.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 366c444..8976ff2 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1949,6 +1949,7 @@ pixman_have_mmx (void) return mmx_present; } +#ifdef USE_SSE2 pixman_bool_t pixman_have_sse (void) { @@ -1964,5 +1965,7 @@ pixman_have_sse (void) return sse_present; } +#endif + #endif /* __amd64__ */ #endif |