summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-13 11:17:58 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-02-06 01:28:16 +0000
commitfd80b8aaeb836811113cb06f8965e4b2f0deaeff (patch)
tree392b641c480e381d9c45c869b2f42d43830dae13 /tests/benchmarks
parent076087717e4b6ee0953902b24676e54a73ff5fff (diff)
Unalias some core drawhelper loops
Some compilers will assume src and buffer are different and only vectorize the unaliased case and take a slow path when they are equal. In our case they are as often equal, so we need to manually unalias the variables to make sure both cases are fully optimized. Change-Id: I6ec86171dd179844facdf45376253c55980d9e36 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/benchmarks')
0 files changed, 0 insertions, 0 deletions