mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Sunset SDL_HasRDTSC
This commit is contained in:
committed by
Anonymous Maarten
parent
513025b182
commit
b0a5182e84
@@ -165,7 +165,6 @@ static int platform_testGetFunctions(void *arg)
|
||||
* \brief Tests SDL_HasXYZ() functions
|
||||
* \sa SDL_HasAltiVec
|
||||
* \sa SDL_HasMMX
|
||||
* \sa SDL_HasRDTSC
|
||||
* \sa SDL_HasSSE
|
||||
* \sa SDL_HasSSE2
|
||||
* \sa SDL_HasSSE3
|
||||
@@ -177,9 +176,6 @@ static int platform_testHasFunctions(void *arg)
|
||||
{
|
||||
/* TODO: independently determine and compare values as well */
|
||||
|
||||
SDL_HasRDTSC();
|
||||
SDLTest_AssertPass("SDL_HasRDTSC()");
|
||||
|
||||
SDL_HasAltiVec();
|
||||
SDLTest_AssertPass("SDL_HasAltiVec()");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user