Anonymous Maarten
|
75a71bde4b
cmake: build tests against installed SDL prefix
|
2 years ago |
Sam Lantinga
|
c02aaebccc
Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch
|
1 year ago |
Ozkan Sezer
|
4fdc291f5d
Add spaces around SDL_PRI??? to avoid potential compiler warnings.
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
Anonymous Maarten
|
b0a5182e84
Sunset SDL_HasRDTSC
|
2 years ago |
Anonymous Maarten
|
46f5c1fe6a
Move and rename SDL_rdtsc macro to testautomation
|
2 years ago |
Anonymous Maarten
|
e2f51bf38e
SDL_intrin.h: add SDL_rdtsc macro
|
2 years ago |
Anonymous Maarten
|
c30903882b
cmake+tests: include SDL_build_config.h in select tests + add include paths
|
2 years ago |
Ozkan Sezer
|
262b13431d
testautomation_intrinsics.c (sse2): change _mm_store_pd to _mm_storeu_pd
|
2 years ago |
Ozkan Sezer
|
7a54d363cf
testautomation_intrinsics.c: correct call to check SSE4.1 presence.
|
2 years ago |
Ozkan Sezer
|
6c9780720b
cmake: added configuration options for AVX2, AVX512F, SSE4.1, and SSE4.2
|
2 years ago |
Anonymous Maarten
|
5775d5e112
Add intrinsics test automation
|
2 years ago |