summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd_p.h
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
* Check correctly before including SSE4.2 header.Mike McQuaid2010-11-181-2/+6
* Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-111-1/+2
* Undefined SSE symbols when crosscompiling Qt on PPC.Benjamin Poulain2010-08-311-1/+6
* Include the SSE4.2 intrinsics headerThiago Macieira2010-08-241-0/+1
* Replace the SSE prologues by a macroBenjamin Poulain2010-08-051-1/+3
* Extend the build system to SSSE3Benjamin Poulain2010-07-261-0/+21
* Extend the detection of CPU feature for x86Benjamin Poulain2010-07-191-1/+6
* SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+3
* Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-281-1/+2
* Fix build with mingw (64 bit)Thierry Bastian2010-04-081-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-041-0/+2
|\
| * Merge remote branch 'staging/master' into 4.7Thiago Macieira2010-03-021-0/+2
| |\
| | * Fix compilation with namespace.ck2010-03-011-2/+2
* | | Namespace fixes.Justin McPherson2010-03-041-3/+4
|/ /
* | qDetectCPUFeatures: compile fix with namespaceshjk2010-03-011-2/+1
|/
* Don't use SSE2 if the emmintrin.h header wasn't found.Thiago Macieira2010-02-281-1/+1
* Fix compilation on solaris-g++-x86-64: emmintrin.h is not available.Thiago Macieira2010-02-261-1/+1
* Fix compilation on x86 with gcc if SSE2 is not enabledThiago Macieira2010-02-241-10/+3
* Build fixes for the SIMD functionsBenjamin Poulain2010-02-231-0/+2
* Implement QString::fromLatin1_helper() with SSE2Benjamin Poulain2010-02-231-0/+9
* Move the SIMD detection from QtGui to QtCoreBenjamin Poulain2010-02-231-0/+122