qt5base-lts/tests/benchmarks/corelib/tools
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
..
containers-associative benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
containers-sequential benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qbytearray benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qchar benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qcontiguouscache test: Split `qcontiguouscache' unit and benchmark tests 2011-10-24 11:04:04 +02:00
qhash benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qlist benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qrect benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qregexp benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qstring Compile with non-C++11 compilers 2011-11-14 23:42:17 +01:00
qstringbuilder benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qstringlist benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qvector benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
tools.pro test: Split `qcontiguouscache' unit and benchmark tests 2011-10-24 11:04:04 +02:00