Petar Popovic
|
831fc70923
test/testautomation_intrinsics.c: Free variables before returning
|
6 months ago |
Anonymous Maarten
|
efba42a67b
tests: avoid undefined signed overflow
|
7 months ago |
Anonymous Maarten
|
543f244965
tests: include SDL_build_config.h when HAVE_BUILD_CONFIG is defined
|
7 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
11 months ago |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
11 months ago |
Anonymous Maarten
|
ff1e252413
testautomation: remove SDLTest_TestCaseFp casts
|
11 months ago |
Anonymous Maarten
|
c298d2024a
Include SDL_build_config.h without a 'build_config/' prefix
|
1 year ago |
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 |