qt5base-lts/tests/benchmarks/corelib
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
..
codecs benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
io benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
kernel benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
plugin benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
thread Update QMutex benchmark to match the one in 4.8 2011-10-27 16:32:09 +02:00
tools Compile with non-C++11 compilers 2011-11-14 23:42:17 +01:00
corelib.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00