summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-22/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-22/+0
| |\
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-22/+0
| | |\
| | | * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-22/+0
| | * | Compile fix: add OpenBSD define for ffsll usageRalf Nolden2016-06-011-1/+1
| | * | Compile fix: add NetBSD define for ffsll usageRalf Nolden2016-05-231-1/+1
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+5
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+5
| |\| |
| | * | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| | |/
* | / QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-28/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+22
|\|
| * QString, QJson, QHash: Fix UBs involving unaligned loadsMarc Mutz2016-03-091-0/+22
| * Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
* | iOS: rely on built-in compiler macros to check for CPU featuresErik Verbruggen2016-03-041-7/+1
* | Fix detectProcessorFeatures() fallback path on ARMTor Arne Vestbø2016-03-011-2/+2
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Replace ffsll with new qCountTrailingZeroBitsTobias Koenig2016-01-191-32/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-131-5/+41
* | Use intrinsics for GHS toolchain for CPU feature detection.Rolland Dudemaine2015-12-041-1/+26
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
* Fix left-shift wider than an int's widthThiago Macieira2015-10-161-1/+1
* Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-221-12/+63
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-221-61/+121
* Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-111-20/+31
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-3/+15
|\
| * Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
| * Remove attempt at detecting compile-time HLEThiago Macieira2015-07-201-2/+1
| * Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
* | Fixing the build of the SIMD support for WEC2013.Bjoern Breitmeyer2015-05-121-1/+3
|/
* Android: Fix compilation for x86Eskil Abrahamsen Blomfeldt2015-02-271-1/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-051-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-051-15/+7
* Add a few missing Neon constructsThiago Macieira2014-08-051-7/+6
* Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-271-2/+141
* Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-161-2/+2
* Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* Use the GCC inline assembly when building for MinGWThiago Macieira2013-06-041-5/+5
* match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* Disable CPUID checking with GCC 4.2 or olderThiago Macieira2012-08-151-0/+22
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-021-40/+7