summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
* 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
* 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
* 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