index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpuinfo
/
SDL_cpuinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-19
Fixed Windows RT build
Sam Lantinga
1
-1
/
+1
2019-01-04
Updated copyright for 2019
Sam Lantinga
1
-1
/
+1
2018-12-04
Windows: NEON detection and intrinsic includes on Visual Studio
Sylvain Becker
1
-5
/
+12
2018-12-01
android: use cpufeatures to support SDL_HasNEON() (thanks, Sylvain!).
Ryan C. Gordon
1
-3
/
+21
2018-09-27
Fixed bug 4277 - warnings patch
Sam Lantinga
1
-0
/
+1
2018-05-21
cpuinfo: Added SDL_HasAVX512F().
Ryan C. Gordon
1
-1
/
+27
2018-05-14
cpuinfo: Make CPU flags easier to read and add to.
Ryan C. Gordon
1
-12
/
+12
2018-05-21
cpuinfo: Added some internal SIMD-aligned allocation functions.
Ryan C. Gordon
1
-0
/
+52
2018-01-03
Updated copyright for 2018
Sam Lantinga
1
-1
/
+1
2017-11-11
Fixed typo in comment
Sam Lantinga
1
-1
/
+1
2017-08-21
SDL_cpuinfo.c: add os/2 support to SDL_GetCPUCount() and SDL_GetSystemRAM().
Sam Lantinga
1
-0
/
+20
2017-08-16
cpuinfo: Add SDL_HasNEON() support for ARM-based QNX.
Ryan C. Gordon
1
-0
/
+6
2017-03-06
Fixed compile error with gcc -std=c99
Sam Lantinga
1
-1
/
+1
2017-03-03
Fix some more compiler warnings on armcc.
Ryan C. Gordon
1
-1
/
+1
2017-01-01
Updated copyright for 2017
Sam Lantinga
1
-1
/
+1
2016-11-21
cpuinfo: fix SDL_HasNEON() on older iOS devices, fixed C++ comment.
Ryan C. Gordon
1
-6
/
+5
2016-11-17
cpuinfo: patched to compile for getauxval() path.
Ryan C. Gordon
1
-1
/
+1
2016-11-17
cpuinfo: more patching for Android. Legacy platform targets are a pain.
Ryan C. Gordon
1
-1
/
+7
2016-11-17
cpuinfo: Patched to compile on Android, Linux.
Ryan C. Gordon
1
-18
/
+13
2016-11-17
cpuinfo: patched to compile.
Ryan C. Gordon
1
-8
/
+9
2016-11-17
cpuinfo: more work on SDL_HasNEON().
Ryan C. Gordon
1
-23
/
+40
2016-11-17
cpuinfo: silence compiler warnings on non-Intel CPU architectures.
Ryan C. Gordon
1
-0
/
+1
2016-11-17
cpuinfo: disable NEON detection on Android for now.
Ryan C. Gordon
1
-1
/
+3
2016-11-17
cpuinfo: more robust ARM preprocessor checks.
Ryan C. Gordon
1
-4
/
+4
2016-11-17
cpuinfo: first attempt at SDL_HasNEON() implementation.
Ryan C. Gordon
1
-0
/
+54
2016-11-16
cpuinfo: Removed code duplication, cached CPUID details.
Ryan C. Gordon
1
-189
/
+66
2016-01-02
Updated copyright to 2016
Sam Lantinga
1
-1
/
+1
2015-12-29
NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).
Ryan C. Gordon
1
-1
/
+1
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
1
-1
/
+1
2014-12-26
Cleaned up some compiler warnings.
Ryan C. Gordon
1
-6
/
+4
2014-12-18
Initial merge of Emscripten port!
Ryan C. Gordon
1
-0
/
+8
2014-08-10
WinRT build fix for ARM platforms
David Ludwig
1
-1
/
+1
2014-07-11
Fixed Visual Studio 2010 build
Sam Lantinga
1
-1
/
+1
2014-07-11
Fixed build for arm platforms
Sam Lantinga
1
-2
/
+0
2014-07-11
Fixed bug in AVX detection and added AVX2 detection
Sam Lantinga
1
-16
/
+82
2014-03-19
Static analysis fix: Value stored to '[bcd]' is never read.
Ryan C. Gordon
1
-3
/
+5
2014-02-22
Fixed bug 2404 - CPU detection not working with MSVC on x64
Sam Lantinga
1
-2
/
+14
2014-02-22
Fixed bug 2335 - Fails to build on Debian GNU/kFreeBSD
Sam Lantinga
1
-2
/
+2
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
1
-1
/
+1
2014-02-02
Fixed bug 2376 - no SDL_HasAVX
Sam Lantinga
1
-0
/
+33
2013-11-24
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
1
-1
/
+1
2013-10-23
Initialize MEMORYSTATUSEX size before GlobalMemoryStatusEx() (thanks, Justin!).
Ryan C. Gordon
1
-0
/
+1
2013-10-20
Fixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multipl...
Sam Lantinga
1
-11
/
+11
2013-10-17
Fixed building using MinGW
Sam Lantinga
1
-3
/
+4
2013-10-17
Fix to unbreak SDL_GetSystemRAM() on FreeBSD
Sam Lantinga
1
-0
/
+9
2013-10-17
Fixed compiling on Mac OS X, added a system RAM test
Sam Lantinga
1
-1
/
+1
2013-10-17
The _SC_PHYS_PAGES method of calculating RAM works on Linux.
Sam Lantinga
1
-19
/
+0
2013-10-17
Added an API to get the amount of system RAM
Sam Lantinga
1
-0
/
+55
2013-02-15
Happy New Year!
Sam Lantinga
1
-1
/
+1
2012-09-27
Removed executable bit from source files
Sam Lantinga
1
-0
/
+0
[next]