summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Fix compilation using MinGW 64 due to missing __cpuidAllen Winter2014-04-181-7/+7
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* qsimd: Fix compilation with MinGW 64.Friedemann Kleint2013-11-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-7/+7
|\|
| * Fix for GCC on Windows x64.Ruben Van Boxem2010-12-071-7/+7
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-191-1/+1
|\|
| * Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-111-1/+1
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-051-1/+1
|\|
| * Use quint64 (long long) instead of long for the GCC assembly code.Thiago Macieira2010-09-281-1/+1
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-131-111/+205
|\|
| * Work around a compiler bug on 64-bit.Thiago Macieira2010-09-081-3/+6
| * Fix compilation on ARM: don't include kernel headersThiago Macieira2010-09-061-2/+14
| * Update the cpuid code to be betterThiago Macieira2010-09-021-69/+37
| * Fix building of qsimd.cpp on Windows CEThiago Macieira2010-08-241-0/+2
| * Properly implement the CPU feature disabling in qsimd.cpp.Thiago Macieira2010-08-241-97/+60
| * Report the detected CPU features in the corelib boilerplateThiago Macieira2010-08-241-0/+53
| * Detect CPU features on ARM by reading the ELF auxvec.Thiago Macieira2010-08-241-2/+43
| * Split the CPU-detection code into multiple functions for readabilityThiago Macieira2010-08-241-17/+69
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-08-031-1/+65
|\|
| * Fix compilation on 64-bit Windows.Kim Motoyoshi Kalland2010-07-281-25/+8
| * CPU feature detection for x86_64Andreas Kling2010-07-261-0/+67
| * Use the appropriate CPUID bitmap for detecting SSE3 etcAndreas Kling2010-07-261-6/+9
| * Extend the detection of CPU feature for x86Benjamin Poulain2010-07-191-0/+11
* | Hardcode qDetectCPUFeatures to 0 for NaCl.Morten Johan Sørvig2010-05-141-1/+6
|/
* compile fix for WinCE Armv4iMaurice Kalinowski2010-04-071-0/+4
* Build fixes for the SIMD functionsBenjamin Poulain2010-02-231-2/+2
* Cache the result of qDetectCPUFeatures()Benjamin Poulain2010-02-231-7/+26
* Move the SIMD detection from QtGui to QtCoreBenjamin Poulain2010-02-231-0/+227