summaryrefslogtreecommitdiff
path: root/include/SDL_cpuinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 3993 - altivec.h include in SDL_cpuinfo.h breaks compilation with -...Sam Lantinga2017-12-121-10/+8
* Check for immintrin.h before using it in SDL_cpuinfo.hSam Lantinga2017-12-111-1/+17
* Only include Intel intrinsics header on x86 and x64Sam Lantinga2017-11-111-0/+2
* Replaced the intrinsics header with the single header that includes all intri...Sam Lantinga2017-11-101-12/+1
* Fixed building SDL applications with Visual Studio and the clang toolsetSam Lantinga2017-08-191-0/+7
* audio: Wired up new SSE code to build system.Ryan C. Gordon2017-01-231-0/+3
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* cpuinfo: first attempt at SDL_HasNEON() implementation.Ryan C. Gordon2016-11-171-0/+5
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug in AVX detection and added AVX2 detectionSam Lantinga2014-07-111-0/+5
* Integrated David Ludwig's support for Windows RTSam Lantinga2014-03-091-1/+6
|\
| * Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
| * Fixed bug 2376 - no SDL_HasAVXSam Lantinga2014-02-021-0/+5
* | WinRT: merged with SDL 2.0.1 codebaseDavid Ludwig2013-10-271-1/+1
|\ \ | |/ |/|
| * WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)David Ludwig2013-08-121-1/+1
| |\
| | * WinRT: merged with latest, official, SDL 2.x codeDavid Ludwig2013-02-231-1/+1
| | |\
| | * | WinRT: made SDL.dll compile for ARM (and not just x86 or x64)David Ludwig2012-10-271-1/+1
* | | | Added an API to get the amount of system RAMSam Lantinga2013-10-171-0/+5
|/ / /
* | | File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-5/+1
| |/ |/|
* | Happy New Year!Sam Lantinga2013-02-151-1/+1
|/
* Removed Windows CE support from SDL 2.0.Ryan C. Gordon2012-09-151-1/+1
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* The MMX and 3DNow! instructions can't be compiled by 64-bit Visual Studio.Sam Lantinga2011-03-071-0/+2
* Fixed compiling AltiVec blittersSam Lantinga2011-02-271-2/+0
* Fixed altivec.h include on Mac OS XSam Lantinga2011-02-221-3/+8
* Re-added the 3DNow! and AltiVec instruction support.Sam Lantinga2011-02-221-0/+38
* Fixed SSE4 detection, and split it into SSE 4.1 and 4.2Sam Lantinga2011-02-111-2/+7
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and ...Sam Lantinga2011-02-111-17/+8
* Added API function to get CPU cache line size.Sam Lantinga2011-01-271-0/+8
* Bump up the default cache line size.Sam Lantinga2011-01-271-3/+5
* Added cache line size info in SDL_cpuinfo.hSam Lantinga2011-01-271-0/+5
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga2009-12-161-0/+5
* Partial fix for bug #859Sam Lantinga2009-10-191-11/+19
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-2/+11
* *** empty log message ***Sam Lantinga2006-02-241-8/+8
* Use consistent identifiers for the various platforms we support.Sam Lantinga2006-02-211-2/+2
* *** empty log message ***Sam Lantinga2006-02-101-2/+0
* Started the process of improving configure support, and merging C typesSam Lantinga2006-02-091-0/+4
* Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga2006-02-011-12/+7
* Fixed bugs in CPU feature detection and added extended feature detectionSam Lantinga2004-01-241-0/+12
* Date: Tue, 6 Jan 2004 12:42:19 +0100Sam Lantinga2004-01-061-0/+4
* Updated copyright information for 2004 (Happy New Year!)Sam Lantinga2004-01-041-1/+1
* Greatly simplified the SDL CPU info codeSam Lantinga2003-11-241-0/+4
* Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.hSam Lantinga2003-11-181-0/+58