OSDN Git Service

no need for SIMD in imageconversions and drawing now
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 9 Aug 2016 19:56:37 +0000 (19:56 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 9 Aug 2016 19:58:14 +0000 (19:58 +0000)
commit3b3e79adb17fa2b28eca9528bfc585a5d113a429
tree4474529a77086fdd329dac0d97b6ef9335f24112
parentb3ae735d4241b72a594c4fdaa3df8ee9875e37a7
no need for SIMD in imageconversions and drawing now

now that image format is not changed when scaling the performance
impact with this change is almost none, in most cases you will
(should) not notice a difference. if you care about performance
you most likely build with -mtune=native anyway so that the
compiler can better optimize things for the hardware.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
27 files changed:
src/gui/image/image.cmake
src/gui/image/qimage.cpp
src/gui/image/qimage_neon.cpp [deleted file]
src/gui/image/qimage_p.h
src/gui/image/qimage_sse2.cpp [deleted file]
src/gui/image/qimage_ssse3.cpp [deleted file]
src/gui/image/qjpeghandler.cpp
src/gui/kernel/qapplication.cpp
src/gui/painting/painting.cmake
src/gui/painting/qdrawhelper.cpp
src/gui/painting/qdrawhelper_arm_simd.cpp [deleted file]
src/gui/painting/qdrawhelper_arm_simd_p.h [deleted file]
src/gui/painting/qdrawhelper_iwmmxt.cpp [deleted file]
src/gui/painting/qdrawhelper_mmx.cpp [deleted file]
src/gui/painting/qdrawhelper_mmx3dnow.cpp [deleted file]
src/gui/painting/qdrawhelper_mmx_p.h [deleted file]
src/gui/painting/qdrawhelper_neon.cpp [deleted file]
src/gui/painting/qdrawhelper_neon_asm.S [deleted file]
src/gui/painting/qdrawhelper_neon_p.h [deleted file]
src/gui/painting/qdrawhelper_sse.cpp [deleted file]
src/gui/painting/qdrawhelper_sse2.cpp [deleted file]
src/gui/painting/qdrawhelper_sse3dnow.cpp [deleted file]
src/gui/painting/qdrawhelper_sse_p.h [deleted file]
src/gui/painting/qdrawhelper_ssse3.cpp [deleted file]
src/gui/painting/qdrawhelper_x86_p.h [deleted file]
src/gui/painting/qdrawingprimitive_sse2_p.h [deleted file]
src/gui/painting/qwmatrix.h [deleted file]