Tao.Sdl SDK Documentation

Sdl.SDL_HasMMX Method 

This function returns true if the CPU has MMX features.

[Visual Basic]
Public Shared Function SDL_HasMMX() As Integer
[C#]
public static int SDL_HasMMX();

Return Value

Returns SDL_TRUE if the CPU has MMX features.

Remarks

Binds to C-function call in SDL_cpuinfo.h:

extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void)

See Also

Sdl Class | Tao.Sdl Namespace