From: Søren Sandmann Pedersen Date: Sun, 24 Aug 2008 04:40:16 +0000 (-0400) Subject: Rename pixman-sse.h pixman-sse2.h X-Git-Tag: 1.0_branch~1269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9d3f372f907c997abe4c4a65cc4a3dbe0bb41e2;p=profile%2Fivi%2Fpixman.git Rename pixman-sse.h pixman-sse2.h --- diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 200a2da..193ea28 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -33,7 +33,7 @@ #include "pixman-private.h" #include "pixman-mmx.h" #include "pixman-vmx.h" -#include "pixman-sse.h" +#include "pixman-sse2.h" #include "pixman-combine32.h" #ifdef __GNUC__ diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index 8a78713..8a3e4b5 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -34,7 +34,7 @@ #include /* for _mm_shuffle_pi16 and _MM_SHUFFLE */ #include /* for SSE2 intrinsics */ -#include "pixman-sse.h" +#include "pixman-sse2.h" #ifdef USE_SSE2 diff --git a/pixman/pixman-sse.h b/pixman/pixman-sse2.h similarity index 100% rename from pixman/pixman-sse.h rename to pixman/pixman-sse2.h