summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata.cpp
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2010-07-16 18:32:38 (GMT)
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-07-16 19:31:52 (GMT)
commit3c11c0a8f2a99cb3734a24d9d6c43977807471d7 (patch)
treee16935cb60a18ae62f37f4023a9f6470530d77ae /src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata.cpp
parentad4aff6e2d188d88a2c6b4b692932adb08491d22 (diff)
downloadQt-3c11c0a8f2a99cb3734a24d9d6c43977807471d7.zip
Qt-3c11c0a8f2a99cb3734a24d9d6c43977807471d7.tar.gz
Qt-3c11c0a8f2a99cb3734a24d9d6c43977807471d7.tar.bz2
Used aligned load and store when possible for the blending of ARGB32
Unaligned load and store can be costly. This patch mitigate the problem by aligning the destination before using SSE2. The destination is aligned because it is used by load and store, while the source is only use by load. On Atom, the blending test is 7% faster for ARGB32. Reviewed-by: Andreas Kling
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata.cpp')
0 files changed, 0 insertions, 0 deletions