Add AVX support for the painting and image code.
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 28 Dec 2011 19:22:34 +0000 (17:22 -0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 18:56:38 +0000 (20:56 +0200)
commit9b94570fdf085e4979b139a6f8ea3f9bab5a36a7
tree1e3c82bb7dac5f6e8c82f9262da6120f8956423b
parent018cb899d482967eb7d8ebdc48cadf1743abe680
Add AVX support for the painting and image code.

There are no new routines, this is just the old SSE2 and SSSE3 code
compiled in AVX mode, meaning the instructions use the VEX prefix.

Change-Id: I79a8bfaf6b30a050618db899f5a3bbc220449f0b
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/gui.pro
src/gui/image/image.pri
src/gui/image/qimage.cpp
src/gui/image/qimage_avx.cpp [new file with mode: 0644]
src/gui/painting/painting.pri
src/gui/painting/qdrawhelper.cpp
src/gui/painting/qdrawhelper_avx.cpp [new file with mode: 0644]
src/gui/painting/qdrawhelper_sse2.cpp
src/gui/painting/qdrawhelper_x86_p.h