qt5base-lts/tests/auto
Allan Sandfeld Jensen b8e352ad37 Add functions for fast bulk conversion of qfloat16
Both ARM and x86 can convert fp16 much faster in bulk than one at a
time. This also enables hardware accelerated conversion on x86, when
F16C isn't unconditionally available at compile time.

This code is implemented in C to ensure that there's no leakage of
inline symbols from the .obj file that was compiled by Visual Studio
with AVX support. Unfortunately, simd.prf uses $(CXX) instead of $(CC)
for all its sources, which means the file gets interpreted as C++ by
g++, clang++ and icpc. Those compilers at least don't leak any symbols.

Done-with: Thiago Macieira <thiago.macieira@intel.com>
Change-Id: I9d26d99e83392861fb09564e0e8e8d76cd8483b3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-11-21 20:01:23 +00:00
..
android Updated license headers 2016-01-21 18:55:18 +00:00
bic/data Update binary compatibility files for Qt 5.9.0 for QtBase 2017-08-14 13:48:17 +00:00
cmake tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
compilerwarnings/data Updated license headers 2016-01-21 18:55:18 +00:00
concurrent Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
corelib Add functions for fast bulk conversion of qfloat16 2017-11-21 20:01:23 +00:00
dbus Use QSharedPointer::create() more 2017-07-19 13:40:42 +00:00
gui Add QFontMetrics(F)::horizontalAdvance() function 2017-11-14 16:28:45 +00:00
guiapplauncher Fix path to examples part of tst_GuiAppLauncher 2015-02-13 07:28:15 +00:00
installed_cmake
network QAbstractSocket: Add socketOption for the Path MTU 2017-11-14 15:54:51 +00:00
opengl Ensure result of all QTest::qWaitFor are verified 2017-10-05 15:15:36 +00:00
other Add support for Windows UI Automation 2017-11-14 23:31:04 +00:00
printsupport Convert features.completer to QT_[REQUIRE_]CONFIG 2017-09-04 11:28:02 +00:00
shared Remove workaround for potentially unavailable pasteboard in macOS 2017-03-07 01:04:46 +00:00
sql OCI: Use TIMESTAMP for datetime data 2017-10-10 08:56:32 +00:00
testlib Force QT_LOGGING_RULES in testlib's selftest 2017-10-11 13:31:43 +00:00
tools Remove references to obsolete platforms 2017-11-05 06:33:53 +00:00
widgets Merge remote-tracking branch 'origin/5.10' into dev 2017-11-05 18:02:18 +01:00
xml Increase timeout for tst_QXmlSimpleReader::inputFromSocket() test 2017-10-05 10:22:12 +00:00
auto.pro Blacklist and skip failing tests for Boot2Qt / 64 bit arm 2017-10-21 09:31:01 +00:00
network-settings.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00