summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix for GCC on Windows x64.Ruben Van Boxem2010-12-071-7/+7
* Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-111-1/+1
* Use quint64 (long long) instead of long for the GCC assembly code.Thiago Macieira2010-09-281-1/+1
* 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