[Pixman] [PATCH 1/2] Add empty SSSE3 implementation

Siarhei Siamashka siarhei.siamashka at gmail.com
Thu Sep 5 18:04:27 PDT 2013


On Thu, 29 Aug 2013 13:02:52 -0400
"Søren Sandmann Pedersen" <sandmann at cs.au.dk> 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


More information about the Pixman mailing list