summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-01-16 17:59:45 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-22 04:38:28 +0100
commitd7287f595a5a8fe5d44d0b8c821362a4bb290c96 (patch)
treedcaf62f2b258a91c4a4e480eb261e6c9f11b7d25 /src/gui/doc/snippets
parent1704cecfac5cf42d98c97e552f04dca8f5dbe287 (diff)
Make QTextDecoder use our qt_from_latin1 code
Disassembly shows the Intel compiler does expand to SIMD, but a much worse code than ours. Clang 3.4 does generate a compact SIMD version, probably of the same quality as our hand-written code. And GCC 4.7 through 4.9 don't generate SIMD at all. So let's use the most efficient version. Change-Id: I418e201a774ac0df1fb2b7a7d9589df7c9b655db Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/gui/doc/snippets')
0 files changed, 0 insertions, 0 deletions