qt5base-lts/src
Thiago Macieira e75b0e8c72 Replace the x86 XGETBV instruction with its opcode bytes
This is a new instruction, present on the SandyBridge architecture and
later. Some older assemblers do not support it and produce:

  {standard input}:225:no such instruction: `xgetbv'

The use of this instruction is protected by a CPUID check (function 1,
ECX bit 27), so we only run it in processors that do support it.

Change-Id: Ife7500c0deaab9539074835a4511e8c19602608e
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2012-04-25 14:58:36 +02:00
..
3rdparty Fixed libjpeg compiler warning about macro redefinition. 2012-04-18 01:33:57 +02:00
concurrent Remove references to QT_NO_STL from QtConcurrent 2012-04-07 05:19:50 +02:00
corelib Replace the x86 XGETBV instruction with its opcode bytes 2012-04-25 14:58:36 +02:00
dbus qdbusxml2cpp: fix build on Windows 2012-04-19 01:57:58 +02:00
gui Do not map LayeredPane and Terminal to the wrong MSAA role 2012-04-25 12:43:25 +02:00
modules Revert "List QtPrintSupport as a dependency of QtPlatformSupport." 2012-04-20 12:46:47 +02:00
network QHttpMultiPart: supply new line at the end of the body 2012-04-25 01:57:14 +02:00
opengl Removed legacy pixmap and image cleanup hooks. 2012-04-19 16:57:08 +02:00
platformsupport Extend QUDeviceHelper to detect DRM graphics devices. 2012-04-19 08:48:18 +02:00
plugins Cocoa: support modal windows 2012-04-25 14:58:36 +02:00
printsupport PrintSupport - Remove Qt5 To-do Messages 2012-04-19 22:15:16 +02:00
sql QSqlQueryModel::setQuery() don't use deprecated reset() 2012-04-23 19:20:19 +02:00
testlib Update QTest::QTouchEventSequence docs 2012-04-25 08:16:41 +02:00
tools QDoc: Implement -installdir CLI option for module cross-linking. 2012-04-25 10:29:56 +02:00
widgets Using QLatin1String instead of QLatin1Literal 2012-04-25 01:56:56 +02:00
winmain replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific variables 2012-03-08 18:57:56 +01:00
xml Doc: Fix most QDoc errors in QtXml. 2012-04-23 09:45:24 +02:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Reintroduce testlib to widget free builds 2012-04-17 03:26:32 +02:00