summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd_p.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-111-0/+3
* Add AVX2 versions of the fast blending functionsAllan Sandfeld Jensen2016-09-181-0/+3
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-27/+1
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-26/+0
| |\
| | * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-37/+0
| * | Check for CRC32 properlyLaszlo Agocs2016-05-261-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-1/+7
| |\|
| | * wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
* | | Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-311-53/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+26
|\|
| * QString, QJson, QHash: Fix UBs involving unaligned loadsMarc Mutz2016-03-091-0/+37
* | iOS: Disable usage of crc32 intrinsics.Erik Verbruggen2016-03-081-0/+7
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-131-2/+22
* | Use __builtin_clz/ctz when available.Erik Verbruggen2015-12-011-1/+17
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-1/+5
|\|
| * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-1/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+3
|\|
| * Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
| * Fix ICC warning about use of "defined" in a macroThiago Macieira2015-09-251-1/+1
* | configure: Add support for detecting AVX512 instructionsThiago Macieira2015-09-251-0/+1
|/
* Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-221-1/+92
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-221-24/+36
* Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-111-5/+15
* Add support for same-file intrinsics with Clang 3.7Thiago Macieira2015-08-221-2/+3
* Remove attempt at detecting compile-time HLEThiago Macieira2015-07-201-3/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-051-2/+2
* Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-1/+1
* Fix X86 Wince builds.Bjoern Breitmeyer2014-10-291-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+11
|\
| * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-051-24/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+3
|\|
| * Fix compilation with the Intel compiler on certain systemsThiago Macieira2014-06-191-1/+3
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-271-0/+8
* | Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-271-17/+102
|/
* Fix compile for embedded Androidaavit2014-03-311-1/+1
* Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-011-11/+7
* Improve ucstrncmp with SSE2Thiago Macieira2014-01-311-0/+13
* Add support for UTF-8 encoding/decoding with SIMDThiago Macieira2014-01-311-5/+34
* Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
* Make the inline CPU detection functions also staticThiago Macieira2013-03-261-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+2
|\