-
- Downloads
Add empty SSSE3 implementation
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 V2: Remove SSSE3_LDFLAGS since it isn't necessary unless Solaris support is added.
Showing
- configure.ac 45 additions, 0 deletionsconfigure.ac
- pixman/Makefile.am 12 additions, 0 deletionspixman/Makefile.am
- pixman/pixman-private.h 5 additions, 0 deletionspixman/pixman-private.h
- pixman/pixman-ssse3.c 50 additions, 0 deletionspixman/pixman-ssse3.c
- pixman/pixman-x86.c 13 additions, 2 deletionspixman/pixman-x86.c
pixman/pixman-ssse3.c
0 → 100644
Please register or sign in to comment