On Thu, 29 Aug 2013 13:02:52 -0400 "Søren Sandmann Pedersen" <[email protected]> wrote:
> This commit adds a new, empty SSSE3 implementation and the associated > build system support. > > configure.ac: detect whether the compiler understands SSSE3 > intrinsics and set up the required CFLAGS > > Makefile.am: Add libpixman-ssse3.la > > pixman-x86.c: Add X86_SSSE3 feature flag and detect it in > detect_cpu_features(). > > pixman-ssse3.c: New file with an empty SSSE3 implementation > --- > configure.ac | 46 +++++++++++++++++++++++++++++++++++++++++++ > pixman/Makefile.am | 12 +++++++++++ > pixman/pixman-private.h | 5 ++++ > pixman/pixman-ssse3.c | 50 > +++++++++++++++++++++++++++++++++++++++++++++++ > pixman/pixman-x86.c | 15 ++++++++++++- > 5 files changed, 126 insertions(+), 2 deletions(-) > create mode 100644 pixman/pixman-ssse3.c Looks good. -- Best regards, Siarhei Siamashka _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
