qt5base-lts/tests/benchmarks/corelib/tools/qstring
Bradley T. Hughes 9c7c22f52b Compile with non-C++11 compilers
Function pointers used as template parameters must have external linkage
according to the C++ standard. The _mm_lddqu_si128() and
_mm_load_si128() intrinsic functions are declared static in most
implementations, which means we need to wrap them in a non-static
function call to be used.

Change-Id: I4e316851df890d77999649d47654f7f9a35d4080
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2011-11-14 23:42:17 +01:00
..
data.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
data.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
fromlatin1.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
fromutf8.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
generatelist_char.pl Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
generatelist.pl Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
main.cpp Compile with non-C++11 compilers 2011-11-14 23:42:17 +01:00
qstring.pro benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
utf-8.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00