summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow x86intrin.h with ICC 13.1Thiago Macieira2013-02-061-1/+1
| * Let ICC 13 build Qt again if the system compiler is GCC 4.7.Thiago Macieira2013-02-011-1/+2
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-021-3/+60
* Add support for the x86intrin.h header on GCC systems.Thiago Macieira2012-06-091-0/+6
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-1/+25
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-14/+35
* Add detection code for AVX2, HLE, RTM and AES to qsimd.cppThiago Macieira2012-04-251-1/+4